Error : ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Cause: This error shown while connected to oracle schema,because of Oracle service is running but database is not opened.
Solution -> connect to oracle schema and startup database
sql>sys/password as sysdba
sql>startup
ORA-27101: shared memory realm does not exist
Cause: This error shown while connected to oracle schema,because of Oracle service is running but database is not opened.
Solution -> connect to oracle schema and startup database
sql>sys/password as sysdba
sql>startup