cancel
Showing results for 
Search instead for 
Did you mean: 

Couldn't connect to DB

Former Member
0 Kudos

Hi folks,

I am trying to startup the sytem (JAVA system) and the following error appears:

Error: Couldn't connect to DB

com.sap.sql.log.OpenSQLException: Could not load class oracle.jdbc.OracleDriver.

Any clue?

tks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

JDBC drivers are missing.

Please check if /oracle/<SID>/102_64/rdbms folder and

./102_64/jdbc/lib/ojdbc14.jar

./102_64/jdbc/lib/ojdbc14_g.jar

./102_64/jdbc/lib/ojdbc14dms.jar

./102_64/jdbc/lib/ojdbc14dms_g.jar

./102_64/lib/libocijdbc10.so

./102_64/lib/libocijdbcst10.a

./102_64/lib32/libocijdbc10.so

./102_64/lib32/libocijdbc10_g.so

the above ones are mounted or not ..

Thanks,

Deepthi

Edited by: deeptss on May 17, 2011 12:23 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

1: try to change sapsr3db password using the below command from the database.

alter user sapsr3db identified by <newpassword>

2: Then try to change the same in configtool secure store.

3: Restart SAP

4: Login to configtool it will connect to database.

Regards

Ram

Former Member
0 Kudos
Couldn't connect to DB

Have you checked the Config tool --> Use default Connection, whether it works? if not then your secure store is corrupt.

Thanks

SM