1

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 
numaroth
  • 1,295
  • 4
  • 25
  • 36
Hardik Mishra
  • 14,779
  • 9
  • 61
  • 96

1 Answers1

4

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

I hope this helps, Ronald.