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: Multiple Instances in one server !

Re: Multiple Instances in one server !

From: Daniel Ady Surya <Daniel.Surya_at_mincom.co.id>
Date: 27 Jan 1999 06:53:07 GMT
Message-ID: <01be49c2$2c14db40$9f0a13ac@DAS.mincom.co.id>


Hi...
In Unix OS, you can create multiple database instances in 1 server such as Test instance, Prod instance and Devl Instance. First of all, you have to create file called init[instance].ora for each instance.
To create this file, you can copy 1 default file init.ora to init[instance].ora:
for example: cp init.ora inittest.ora
Init.ora can be found at $ORACLE_HOME/dbs. Then rename db_name=default to db_name=test. Modify several parameters as requirement. Remember !! To create instance(s), you have to log in as Oracle owner. At unix prompt ($) type . oraenv (type test). After that, run svrmgrl and connect internal. Startup nomount;

Create database TEST ...... (see SQL User Guide & Reference)
If success, run catalogs.sql and catprocs.sql which can be found at
$ORACLE_HOME/rdbms/admin.

I don't explain this in detail, if you want to know further, please read Oracle 7Server Administrator's Guide.

I hope this will help you.

Daniel AS
IT Consultant (DBA) Received on Wed Jan 27 1999 - 00:53:07 CST

Original text of this message

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