Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Where is Oracle 9.2 init.ora?

Re: Where is Oracle 9.2 init.ora?

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Thu, 11 Jul 2002 08:23:30 -0800
Message-ID: <F001.00495089.20020711082330@fatcity.com>


Not sure about default pfile location, so I'm specifying it explicitly on db startup.
As for SPFILE, the default location on Unix is $ORACLE_HOME/dbs (while on NT it is $ORACLE_HOME/database).
So, if you create SPFILE in this default directory, than you don't have to specify it on startup.
To create SPFILE in default directory, use: "create spfile from pfile=.....' (notice, there is no spfile specification, so Oracle will create it in default folder using default file name).

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

> For Oracle 9.2 (Solaris), can anyone tell me where Oracle is expecting the
> init.ora file?
>
> I created the database using dbca. It created an init.ora in
> admin/{db_name}/pfile. I moved this to $ORACLE_HOME/dbs and renamed the
> original init.ora file. Then I discovered that Oracle is not reading the
new
> init.ora. The database starts fine, with no errors. I tried moving the
> init.ora file back to the original pfile location, but it is still not
> reading it. Specifically, I am trying to set LOG_ARCHIVE_START = true, but
I
> have made other changes and they are not taking effect either.
>
> I have searched the documentation, and while there is the new SPFILE,
there
> is no indication how this might affect my problem.
>
> Any insights from someone that has turned archiving on with 9.2 would be
> appreciated.
>
> Dennis Williams
> DBA, 20% OCP
> Lifetouch, Inc.
> dwilliams_at_lifetouch.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: DENNIS WILLIAMS
> INET: DWILLIAMS_at_LIFETOUCH.COM
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Igor Neyman
  INET: ineyman_at_perceptron.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Jul 11 2002 - 11:23:30 CDT

Original text of this message

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