Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Two instances with same SID in a same machine
Whould be smarter to rename the instance.
Like:
1. svrmgrl 2. connect internal 3. startup mount pfile=location 4. alter database backup controlfile to trace resetlogs 5. find the trace file created (.trc) and open it 6. Change the following line: CREATE CONTROLFILE REUSE DATABASE "oldname" RESETLOGS to CREATE CONTROLFILE REUSE set DATABASE "newname" RESETLOGSSave the file like ccf.sql
7. connect internal 8. startup nomount pfile=location 9. run ccf.sql (@ccf.sql)
And ready, your database has a new sid.
Sybrand Bakker schreef:
> On 27 Aug 2004 01:33:43 -0700, ilaletin_at_usa.net (Igor Laletin) wrote:
>
>
>>What if two people (listeners) called two different Marcelo's >>(instances with the same SID) in two different rooms (oracle homes)? >> >>Cheers, >>Igor
![]() |
![]() |