Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

startup failure with ini file

Status
Not open for further replies.

jestrada101

Technical User
Joined
Mar 28, 2003
Messages
332
I get the following when attempting to start ORacle via "dbstart". I need to get this working to bring up ORacle on reboots... It's 9i...

Is an init*.ora required to use dbstart?

Can't find init file for Database

Thanks
JE
 
Note: My enviornment is using SPfile...
 
Okay.. I found my fix... it has to do with using teh spfile.

In 9i, dbstart still expects to see an initSID.ora file. All that is need is to create an iniSID.ora file with the SPFILE variable pointing to your spfileSID.ora on the system.

SPFILE=/xxxx/aaaaaa/yyyyy/spfileSID.ora
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top