Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Renaming Oracle Instance
Don't forget to change the global_name as well.
--- Philip West <P.West_at_g-icap.com> wrote:
> You must change the line which starts
> CREATE CONTROLFILE REUSE DATABASE "OLDNAME"
> NORESTLOGS...........
>
> to read
>
> CREATE CONTROLFILE SET DATABASE "NEWNAME"
> RESETLOGS............
>
> Phil West - Impex IT ltd
> Unix Sys Admin and Oracle Financials DBA Services
>
> all opinions are worth [at most] what you paid for
> them
>
>
>
> -----Original Message-----
> Sent: 23 August 2000 10:46
> To: Multiple recipients of list ORACLE-L
>
>
> Hi
> Take a backup of the database.
> Alter database backup controlfile to trace;
> Edit the trace file.
> change ORCL to ORA8.
> change noresetlogs to resetlogs
> Change your init file from initorcl.ora to
> initora8.ora.
> Change paramter db_name = ORA8
> Change the control file names.
> Shutdown the database and startup with nomount
> Run the trace file
> Alter database open
>
> Follow the above steps. U can rename the database as
> per ur requirement.
>
>
> Thanks & Regards
> ----------------------------
> Ram
> Tel:4236953
>
>
> ---------------------------------------- Message
> History
> ----------------------------------------
>
>
>
> Please respond to ORACLE-L_at_fatcity.com
>
> To: ORACLE-L_at_fatcity.com
> cc:
>
>
>
> Hi All
>
> How to rename an Oracle Instance , Currently my
> Oracle instance is ORCL ,
> Now i want to change it as ORA8.
>
> Regards
> Magesh
>
>
>
>