database instance not cleared after shutdown
Hi,
I am got an issue while trying to clone a database using rman in 11gR2.
I set ORACLE_SID=ebstrn and using pfile - initebstrn.ora i started the instance sql>startup nomount then i used sql>shut immediate.
Then i set ORACLE_SID=ebsnew and using pfile - initebsnew.ora i tried to start the instance. I got the error message " not enough space available to start the instance " , when i checked the background processes using $ps -ef | grep oranew | grep ora_ the ebstrn processes were still running. so i killed ora_pmon_ebstrn forcefully using kill command.
I am got an issue while trying to clone a database using rman in 11gR2.
I set ORACLE_SID=ebstrn and using pfile - initebstrn.ora i started the instance sql>startup nomount then i used sql>shut immediate.
Then i set ORACLE_SID=ebsnew and using pfile - initebsnew.ora i tried to start the instance. I got the error message " not enough space available to start the instance " , when i checked the background processes using $ps -ef | grep oranew | grep ora_ the ebstrn processes were still running. so i killed ora_pmon_ebstrn forcefully using kill command.
Tagged:
0