- ORA-00495: GEN0 process terminated with error
- Cause: The generic background processing process died.
- Action: Warm start the instance.
See more oracle error here.
Conexoes de Rede - Blog oracle error ,net work, ora code, pl sql for, security it, firebird, mysql,router and switch cisco, linux,windows server, wireless, how to, open source, performance oracle, tunning, switching, realtek, certification, ccna
ORA-00404: | Convert file not found: 'string' |
Cause: | The file used for converting the database from V7 to V8 could not be found. |
Action: | Verify that the migration process has been started on this database and that the convert filename is accessable. |
ORA-00403: | %s (string) is not the same as other instances (string) |
Cause: | Another instance has set the compatible or compatible no recovery parameters differently than this instance. |
Action: | Change the parameters of the current instance to match other instances already running. |
ORA-00402: | database changes by release string cannot be used by release string |
Cause: | Changes have been made to the database that require a newer software release or that violate the compatibility parameters. |
Action: | Use a version of the software that can understand the changes or relax the compatibility requirements in the init file |
ORA-00401: | the value for parameter string is not supported by this release |
Cause: | The value specified cannot be supported by this release of the software. |
Action: | Choose an appropriate value, or remove the parameter value to use the default value. |
ORA-00400: | invalid release value string for parameter string |
Cause: | The release level given for the specified init parameter is invalid. |
Action: | Correct the parameter value in the parameter file and retry. |
ORA-00399: | corrupt change description in redo log |
Cause: | A change vector in the redo log failed validation checks. |
Action: | Do recovery with a good version of the log or do time based recovery up to the indicated time |
ORA-00398: | abort thread recovery due to reconfiguration |
Cause: | Global enqueue service reconfiguration occurred during instance/crash recovery. |
Action: | This is used internally, no action is required. |
ORA-00397: | instance recovery process terminated with error |
Cause: | The foreground process doing instance recovery died. |
Action: | Check the foreground trace file for the cause of recovery failure. |
ORA-00396: | error string required fallback to single-pass recovery |
Cause: | The indicated error caused two-pass instance or crash recovery to fail. Recovery was retried with an alternate (slower) method to avoid the error. |
Action: | Correct the cause of the indicated error (also recorded) so that future instance or crash recovery can succeed with the two-pass algorithm. This usually requires making more main memory available to the recovery process. |
ORA-00395: | online logs for the clone database must be renamed |
Cause: | A clone database open forces logfile renaming to avoid overwriting the primary logfiles |
Action: | Rename the logfiles manually or using the log_file_name_convert initialization parameter |
ORA-00394: | online log reused while attempting to archive it |
Cause: | It has been detected that an online log that is being archived has been reused |
Action: | Cannot archive the logfile anymore since it has been overwritten |