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

Home -> Community -> Usenet -> c.d.o.misc -> Re: starting TWO oracle instances at once

Re: starting TWO oracle instances at once

From: Matthias Gresz <nospam_at_newsranger.com>
Date: Wed, 19 Sep 2001 13:15:51 GMT
Message-ID: <bU0q7.5571$p77.17792@www.newsranger.com>


Hi Nick,

you didn't mention the OS your box has. Supose it's some unix. If you have enough physical memory, so that both instances can be run without paging, create two scripts according the example.

#!/bin/sh
ORA_HOME=/app/oracle/product/8.1.5
ORA_OWNER=oracle
ORACLE_SID=svi
export ORA_HOME
export ORACLE_SID
/app/oracle/product/8.1.5/bin/svrmgrl << EOF connect internal
startup
disconnect
exit

Hth
Matthias Received on Wed Sep 19 2001 - 08:15:51 CDT

Original text of this message

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