ORA-00202: control file: '%s'
You need to check if the control files are still available to the system, and if they are not opened by another program, such as a virus scanner, ...
SQL> select value from v$parameter where name='control_files'; VALUE -------------------------------------------------------------------------------- /u01/app/oracle/product/11.2.0/dbs/cntrlORA112.dbfNow, we remove the controlfile:
SQL> host mv /u01/app/oracle/product/11.2.0/dbs/cntrlORA112.dbf /u01/app/oracle/product/11.2.0/dbs/cntrlORA112.dbf.oldAnd we try to do a database action that requires the controlfile, such as selecting from certain data dictionary views, or shutdown of the database:
SQL> shutdown immediate ORA-00210: cannot open the specified control file ORA-00202: control file: '/u01/app/oracle/product/11.2.0/dbs/cntrlORA112.dbf' ORA-27041: unable to open file Linux Error: 2: No such file or directoryYou need to make sure (all) the control file(s) are available. If necessary, you need to restore from backup.
Welcome to our forum for Oracle error: ORA-00202 Add your own message
At the moment there are no forum messages. You can add your own question.
Add your message
Ask Your Question
If you need more information about this particular error message, you can leave a forum message.
We are replying to this message whenever we have some spare time, so please do not consider this as a private 'solve my critical issue asap' service.
Should you need professional Oracle Assistance to make your project a success, please have a look at our consultancy services.
Spam Protection
In order to prevent automatic generation of messages, we are asking for a validation code. This code is unique and is generated every time a new message is asked.
If you do not enter the validation correctly, your message will not be recorded.
Forum Rules
Please be polite, do not USE ALL UPPERCASE, no insults, violance or any other threats.
