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: Oracle8 DB Init Files - Where ?

Re: Oracle8 DB Init Files - Where ?

From: Jonathan Gennick <jonathan_at_gennick.com>
Date: Thu, 22 Jul 1999 20:48:41 GMT
Message-ID: <37a37f20.27193762@netnews.worldnet.att.net>


By default, Oracle will look in $ORACLE_HOME/dbs. Usually I place file system links in that directory that point to the real init files, which I store in
$ORACLE_BASE/admin/SID/pfile. For example, when I create a new database, I create a link like this:

ln -f $ORACLE_BASE/admin/SID/pfile $ORACLE_HOME/dbs

Hope this helps.

Jonathan



jonathan_at_gennick.com
http://gennick.com
Brighten the Corner Where You Are

On Wed, 21 Jul 1999 12:19:37 -0400, Stan Novinsky <stan_novinsky_at_jhuapl.edu> wrote:

>We are running Oracle 8.0.5.1 On Digital Unix.
>
>Can someone answer the following:
>
>When I connect as SVRMGR and issue
>
>SVRMGR> connect internal
>Connected.
>SVRMGR> startup
>
> where does startup look for the db init files ?
>
> is it
>
>/disk1/oracle/o805/dbs
>
>or
>
>/disk1/oracle/admin/sid sid = database sid name
>
> also, what is the admin directory used for ?
>
>thanks
>
Received on Thu Jul 22 1999 - 15:48:41 CDT

Original text of this message

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