ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
check that oracle service has been started -
For Windows machine go to run -> type services.msc -> start the respective oracle sevice .
Evan after this the same error comes then manually start the service in command prompt.
For Windows machine go to run -> type cmd
Type the following commands
C:\set oracle_sid = sidname
C:\sqlplus
SQL*Plus: Release 8.1.7.0.0 - Production on Mon Oct 19 14:58:50 2009
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Enter user-name: sys/sys as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 237856796 bytes
Fixed Size 75804 bytes
Variable Size 80416768 bytes
Database Buffers 157286400 bytes
Redo Buffers 77824 bytes
Database mounted.
Database opened.
SQL> exit
Then you can start oracle. It will work.
Best Regards,
Moorthy. G
No comments:
Post a Comment