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: How to Create multiple databases

Re: How to Create multiple databases

From: Daniel Ady Surya <Daniel.Surya_at_mincom.co.id>
Date: 15 Jan 1999 04:06:09 GMT
Message-ID: <01be403c$d39ab720$9f0a13ac@DAS.mincom.co.id>


Hi Assoy,
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)

Assoy <us_Assoy_at_hotmail.com> wrote in article <369D9BD0.6493BFAB_at_hotmail.com>...
> Hi....
> How to create multiple database instances in 1 server ?
> By the way, I am using Oracle 7.3.4 with SunOS.
>
> Assoy <us_assoy_at_hotmail.com>
>
>
Received on Thu Jan 14 1999 - 22:06:09 CST

Original text of this message

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