up vote 0 down vote favorite
share [g+] share [fb]

Friends,

I need oracle 11g driver to be configured to weblogic9.2...

Surfing for this found we need to add ojdbc5_g.jar; but no luck.

Can u advise here if u have any idea?

Thanks in advance.

link|improve this question
feedback

1 Answer

Where did you "add" the Oracle Drivers? JDBC drivers should be installed to WL_HOME\server\lib

If there is already an ojdbc*.jar, you should move it to a backup place. You should only have one version of drivers in the lib folder. Otherwise, it will just take the first and ignore all the others of the same vendor driver. Oracle comes shipped with some JDBC drivers pre-installed.

Read this

link|improve this answer
Haller, Thanks for your response. We can enable oracle 11g driver in our wls9.2 server through below steps: - Add ojdbc6.jar file to lib directory of weblogic like: “$bea\weblogic92\server\lib”. - Need to comment out the existing driver specification for Database="Oracle" and Vendor="Oracle". - Add new specification for Database="Oracle", Vendor="Oracle" and Type="Thin". – user46186 Jun 21 '10 at 7:21
feedback

Your Answer

 
or
required, but never shown