I am running Oracle 11g on windows 2003. What are the steps to rename database? I had followed the steps in http://www.ordba.net/Tutorials/OracleUtilities~DBNEWID.htm but I can't get past the error,

NID-00121: Database should not be open

I had tried the exact steps that were mentioned in the link but still it gives me the same error.

Appreciate any help, thanks in advance.

Arther

link|improve this question
feedback

1 Answer

First, make a backup of the db. Second, try this one:

http://www.oracle-base.com/articles/misc/RenamingOrMovingOracleFiles.php

Anyway renaming an oracle db is always complicated. That error is because you try to rename the db when it's open. As it's written there, you should:

shutdown immediate

startup mount

link|improve this answer
Thanks for the repy. – arthur.aoife Jul 1 '10 at 3:25
feedback

Your Answer

 
or
required, but never shown