Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how run two databases on 1 novell server
On Thu, 5 Jul 2001 16:46:52 +0100, "Phil Haigh" <phil.haigh_at_fwpharma.com> wrote:
>> svrmgr80 > connect internal
>> svrmgr80 > startup pfile=initorcl.ora
>> -- start oK
>>
>> svrmgr80 > startup pfile=initorc.ora
>> -- dont start ? -how run
>>
>
>You need to set ORACLE_SID to point to the first database before starting
>it. Then quit server manager, set ORACLE_SID to point to the second
>database, go back in and start that one.
>
>
Or specify the instance as part of the connect string:
svrmgr80> connect internal_at_orc
-- Ed Stevens (Opinions expressed do not necessarily represent those of my employer.)Received on Thu Jul 05 2001 - 14:15:02 CDT
![]() |
![]() |