Urgent- Unable to start production database with oradim
Hi
I am using Oracle 9.2.0.2.0 on Windows XP.
We have changed our database server machine.I have installed oracle successfully. I restored my database on this server. We were using two script to start and shutdown Oracle database service to take backup. script are as follows
oradim -SHUTDOWN -SID lega -SHUTTYPE srcv,inst and
oradim -STARTUP -SID lega -STARTTYPE srcv,inst
Now when i execute shutdown script its stops the windows service and database as well so we can take cold backup.
But when i execute startup script it starts the windows service but not the database and followin error occured.
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exists.
Plz suggest.