Search code examples
oraclejdbcora-01034ora-27101

Error while connecting to Oracle using JDBC


I am trying to connect to Oracle DB using JDBC.

I have put ojdbc.jar in classpath.

ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist IBM AIX RISC System/6000 

Solution

  • The database identified by your ORACLE_SID in the database url is not running. ORACLE_SID = case sensitive .....

    I hope this helps, Ronald.