I'm using Oracle as my database. I used the Oracle example and all is working so far. What I need to do is to be able to fill in the userid/pw dynamically. Currently I have to hard code them using sql.Oracle.driver.user and sql.Oracle.driver.password. I also notice a parm called sql.Oracle.interface.credentialsInURL.
In the example using HSQ, there is something called HSQLServletContextListener that allows you to do just this. Is there something like this available for the Oracle builtin?
thanks
In the example using HSQ, there is something called HSQLServletContextListener that allows you to do just this. Is there something like this available for the Oracle builtin?
thanks
Comment