Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbstart and init.ora files
staryeti_at_bellsouth.net wrote:
> Maybe this is a dumb question, but how does the dbstart
> script know which initXXX.ora file to use?
DBSTART reads the file "oratab" (/etc/oratab or
/var/opt/oracle/oratab depending on your UNIX flavour).
This file lists all known Oracle instances with
their ORACLE_SID and ORACLE_HOME values.
For each instance in that file (that is marked as
auto-start), it issues a "STARTUP" command in
the Server Manager (svrmgrl).
The STARTUP command then uses the default init.ora
script namely "$ORACLE_HOME/dbs/init$ORACLE_SID.ora"
DBSTART cannot handle alternative init-files.
Erwin Received on Sun Sep 24 2000 - 16:29:03 CDT
![]() |
![]() |