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 database/instances

Re: multiple database/instances

From: yannickk <yannickk_at_club-internet.fr>
Date: Mon, 15 Feb 1999 19:10:00 +0100
Message-ID: <36C862F8.FC131A9B@club-internet.fr>


First, you have to create an init file for each instance (initINT1.ora, initINT2.ora, ...) in the database directory.

After that you have to create the OracleServiceXXXX NT service and the password file for each instance. You can do this whith oradim73.exe in a command line window (take a look at the documentation for the exact syntax).

At this point you can startup nomount/shutdown each instance. You have to create each database under svrmgr23.

For the listener, you can create several listeners on different TCP/IP ports but you can create only one (LISTENER by default) for all the instances. It's easy to do that whith Network manager.

Hope that help.

yannick

nieuws net wrote:

> Hi there
>
> What is the exact procedure to create multiple databases / instances on 1 NT
> server with oracle version 7.3.4 ?
>
> Do i need multiple Listener.ora files ?
> How do i deal with the password files etcetera
>
> Thanks
> g. g. kor
> gkor_at_rdw.nl
Received on Mon Feb 15 1999 - 12:10:00 CST

Original text of this message

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