Unable to start new database in 9i
I am unable to start up a new database in Oracle 9i. If I give the end command startup nomount=pfile then problems arise, but my init.ora file is correct. Also, the RMAN backup is not working. Can you help?
There could be any number of reasons why you cannot start your new database. Did you connect to the database as someone in the SYSDBA or SYSOPER group? After that, the syntax to start the database in NOMOUNT mode is:
START NOMOUNT PFILE=/directory/initSID.oraSince there are a number of reasons why the database won't start, we'll need more information from you. Please resubmit your question with a complete cut-and-paste of your exact command and any and all errors messages.
Dig Deeper on Oracle database backup and recovery
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments