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: Initsid.ora location

Re: Initsid.ora location

From: Nebojsa Petrovic <nebacar_at_eunet.yu>
Date: Thu, 16 Jul 1998 20:44:54 +0200
Message-ID: <6olqj7$brd$1@SOLAIR2.EUnet.yu>

nebacar_at_eunet.yu

matcha wrote in message <35ad5c49.0_at_nemo.idirect.com>...
>Hi Oracle Gurus,
>Is it possible to change the location of Initsid.ora and
declare this to rhe
>database to start? i mean what is the paramater to tell the
database where
>it should look for initsid.ora file?

Hi,

On unix (same in NT4.0) and Oracle 7.3.2:

When you mount or startup DB from server manager,specified path to initsid.ora file in pfile=:

svrmgrl>startup open my_db
pfile=/u01/app/oracle/my_db/initdb.ora
or
svrmgrl>startup my_db
pfile=/u01/app/oracle/my_db/initdb.ora

If you omit par pfile Oracle locate initsid.ora in default directory. On unix default location is

/u01/app/oracle/admin/my_db/pfile/initsid.ora

in directory /u01/app/oracle/product/7.3.2/dbs/admin is link on default directory

About param in server manager, when you start svrmgrl type help, or read in manual.

Nebojsa Received on Thu Jul 16 1998 - 13:44:54 CDT

Original text of this message

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