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: What is this error? Could not open parameter file '?/dbs/init@ora'.

Re: What is this error? Could not open parameter file '?/dbs/init@ora'.

From: T. Schwickert <schwickert_at_yahoo.com>
Date: 14 Aug 2001 00:33:18 -0700
Message-ID: <5fcc15a8.0108132333.3fc5dfa6@posting.google.com>


Hi,

you've got to copy or link the init<sid>.ora file to $ORACLE_HOME/dbs/init<SID>.ora
i.e
ln -s $ORACLE_BASE/admin/<sid>/pfile/init<SID>.ora $ORACLE_HOME/dbs/init<SID>.ora

In $ORACLE_HOME/dbs Oracle looks for the init-file. Another option is the pfile= option, in svrmgrl/sqlplus: startup pfile=<PATH>/init<SID>.ora

Hth
 Thomas

sqlboy_at_excite.com (Andy Smith) wrote in message news:<ff45825f.0108131748.67fa278e_at_posting.google.com>...
> Hi all,
> Just installed Oracle on Red Hat linux 6.2 and I'm getting the
> following error when trying to do a 'startup' from svrmgr:
>
> LRM-00109: Could not open parameter file '?/dbs/init_at_ora'.
>
> I'm a bit lost, I made sure my ORACLE_HOME is set properly which was
> causing some other errors in svrmgr.
> Any ideas?
>
> Thanks in advance.
Received on Tue Aug 14 2001 - 02:33:18 CDT

Original text of this message

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