explictly change init.ora and ORA-27100 error
51182Dec 20 2006 — edited Dec 20 2006I am trying to restore OLD DB from the backup file ( new DB) . I am trying to explictly replace curretn init file with the new init file.
I copy all of data file, CTL, init file to the server and shut down the instance...
Before doing the start nomount .. I was trying to explictly replace the inint file using the following command : startup pfile = 'd:\ora92\database\initra.ora'.. But, I am keep gettinga n error ORA-27100:shared memory realm already exists..
I have to use same SID RA...
Message was edited by:
jung1975