Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to rename a Oracle DB
It's all done with the 'backup controlfile to trace command', and has been discussed here at length recently. It boils down to: where the trace file says 'reuse database 'DB1' noresetlogs', you substitute 'set database DBnew resetlogs', and where later on it says 'alter database open', you need an 'alter database open resetlogs'.
Regards
HJR
"dba" <roacha_at_stgeorge.com.au> wrote in message
news:cUaw6.65$tz.5695_at_nsw.nnrp.telstra.net...
> Guys,
> can anybody spare a few details on how to rename a Oracle db in Unix
> ie: from DB1 to DBnew
>
> Thanks
>
>
Received on Wed Mar 28 2001 - 02:18:13 CST
![]() |
![]() |