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: Starting up a second instance

Re: Starting up a second instance

From: Xuening Sun <ba503_at_torfree.net>
Date: Thu, 26 Aug 1999 13:12:24 GMT
Message-ID: <FH2q0o.MxK.0.bloor@torfree.net>


Hi, Chuck,

 On NT box, at the DOS prompt, you could do the following:  

  1. Make sure the Oracle service is running;
  2. At the DOS prompt, enter set ORACLE_HOME=G:\ORANT
  3. Enter: set ORACLE_SID=orcl2 (your 2nd instance);
  4. Enter svrmgr80 | connect / as sysdba | startup | exit

 On UNIX server, do the following:

  1. Enter export ORACLE_HOME=/fs2/ora805/ (ksh)
  2. Enter export ORACLE_SID=orcl2 (ksh)
  3. Enter svrmgrl | connect / as sysdba | startup | exit

Xuening Sun
--
The Chuckster (ccarson_at_phi.org) wrote:
: I hope this question is not as stupid as it seems to me.
:
: I have an 805 oracle installation with 2 instances (ie 2
: sets of config files. control files, etc.. system tablespaces)
:
: How do I start up the 2nd instance?
:
: -Chuck

-- Received on Thu Aug 26 1999 - 08:12:24 CDT

Original text of this message

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