>
> How to rename a database 7.3.3.01 on NT 4.0
> thanks,
>
1) Issue "alter database backup controlfile to trace"
2) modify the file found in the ../udump directory to reflect the new
name and directory. Use "rename database" option.
3) change the name and directories of all datafiles for OFA compliance
(it should have the new database name in it). This part is technically
not necessary but should be done for naming conventions
4) shutdown the database and BACKUP everything, just in case....
5) run the script from step #2
Best of luck!
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 160+ Oracle tips, visit my Web Page: <->
<-> <->
<-> www.arikaplan.com <->
<-> <->
<-> email: akaplan@interaccess.com <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Back to Ari Kaplan's Home Page