| Author |
Exception while strting Websphere Server with Oracle 11g
|
rakesh parida
Greenhorn
Joined: May 13, 2010
Posts: 5
|
|
Hi All,
After migrating database from Oracle 10g to 11g we are not able to connect our database from RAD set up.
We are using ojdbc5.jar.The test connection is getting successful but while starting the server we are getting the below exception in console.
If any one has faced similar kind of issue, then please reply to this thread. if possible please share the steps in configuring the same.
Rakesh.
|
 |
amol deshpande
Ranch Hand
Joined: Sep 05, 2003
Posts: 162
|
|
Rakesh,
Your application is receiving other than ojdbc5.jar (probably 4) when the app is receiving it and it's probably there in classpath somewhere.
Use startServer.log to findout your classpath entries and remove it from there.
Not that if it's there in application classpath dir, ex, web-inf\lib, system won't show that entry in startServer.log.
-Amol
|
 |
Peter DeGregorio
Greenhorn
Joined: Jul 11, 2002
Posts: 9
|
|
Two other possible causes:
1. Data source custom property oracle9iLogTraceLevel must be blank
2. WebSphere AS service pack level must include IBM's fix for problem of using 9i methods against 10g/11g database
|
 |
 |
|
|
subject: Exception while strting Websphere Server with Oracle 11g
|
|
|