ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Cause: SGA is not allocated and instance is not started due to use the wrong oracle_sid and or oracle_home.
Action: use the following command on your sqlplus
set ORACLE_SID = grms
sqlplus /nolog
sql>conn system/manager as sysdba
sql>shutdown abort
sql>startup
Blast from the Past: I Don't Like Your Examples!
-
Originally written in 2000, I thought you might like to check this out in
2016.
I Don't Like Your Examples! 10/11/2000
I have been writing books about t...
8 years ago
0 comments:
Post a Comment