I am trying to use the "startup" command without any parameters in SQLPlus. When I issue the command I get the following message because the file that it is looking for no longer exists:
LRM-00109: could not open parameter file 'E:\Oracle\Ora81\DATABASE\INITauc3.ORA'
ORA-01078: failure in processing system parameters
I know that the file is gone because I removed the database called auc3. I now have a database called 'auc' and there is an INITauc.ora file in the directory path listed above. I connect to the 'auc' database with SQLPlus, but I don't understand why it is looking for the old init.ora file when I issue a startup command. When I specify the full path of the init.ora that I want then it works fine. Is there a way to change the settings so that I can specify the default init.ora that I want so that I don't have to specify it when I want to startup the database?
LRM-00109: could not open parameter file 'E:\Oracle\Ora81\DATABASE\INITauc3.ORA'
ORA-01078: failure in processing system parameters
I know that the file is gone because I removed the database called auc3. I now have a database called 'auc' and there is an INITauc.ora file in the directory path listed above. I connect to the 'auc' database with SQLPlus, but I don't understand why it is looking for the old init.ora file when I issue a startup command. When I specify the full path of the init.ora that I want then it works fine. Is there a way to change the settings so that I can specify the default init.ora that I want so that I don't have to specify it when I want to startup the database?