Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Can mount 2 oracle Database concurrently in linux?

Re: Can mount 2 oracle Database concurrently in linux?

From: Richard Foote <Richard.Foote_at_oracle.com>
Date: Wed, 07 Aug 2002 20:11:08 +1000
Message-ID: <3D50F23C.D1B4B903@oracle.com>


Hi Yanwen,

Step 1 is to have a good read of the Administration Guide

Step 2 is to change the ORACLE_SID environment variable to the appropriate name of the second DB (ORACLE_SID=name);

Step 3 is to logon into sqlplus with sysdba privileges and issue the startup command. Assuming the second db has its spfile/pfile has the default name/location, it will start the second database.

Step 4 is let us know how you went.

Cheers

Richard

yanwen wrote:
>
> I just install Oracle9i in redhat linux7.3, and I create 2 databases.
>
> But I only know mount 1 database one time. How to mount 2 database
> concurrently?
>
> Any step by step documents i can follow? Thanks!


Received on Wed Aug 07 2002 - 05:11:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US