Skip to content

Fatih Acar's blog

About of Database Systems and Information Technologies

Menu
  • Home
  • About Me
  • Contact Me
Menu

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-00400 to ORA-00500

Posted on 05/08/201612/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-00400 to ORA-00500

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-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-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-00403: string (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-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-00405: compatibility type “string“

Cause: Reporting a type associated with another error.

Action: See accompanying error

ORA-00406: COMPATIBLE parameter needs to be string or greater

Cause: The COMPATIBLE initialization parameter is not high enough to allow the operation. Allowing the command would make the database incompatible with the release specified by the current COMPATIBLE parameter.

Action: Shutdown and startup with a higher compatibility setting.

ORA-00407: rolling upgrade from release string.string to string.string is not allowed

Cause: Another instance executing software at a different point release already has the database mounted.

Action: Shutdown all instances then startup with the new software.

ORA-00408: parameter string is set to TRUE

Cause: Reporting the parameter that resulted in the compatibility error.

Action: Shutdown and startup with a higher compatibility setting.

ORA-00409: COMPATIBLE needs to be string or higher to use AUTO SEGMENT SPACE MANAGEMENT

Cause: This is due to migrating from an older release of Oracle with tablespaces created using AUTO SEGMENT SPACE MANAGEMENT. To open the database, the COMPATIBLE parameter needs to be set to the specified value.

Action: Shutdown and startup with the specified compatibility setting.

ORA-00421: failure in creating the required number of sessions for string processes

Cause: The required number of sessions for the PROCESSES parameter was greater than the maximum supported value.

Action: Decrease the required number of processes and start the instance.

ORA-00436: ORACLE is not licensed. Contact Oracle Corp. for assistance
ORA-00437: ORACLE feature is not licensed. Contact Oracle Corp. for assistance

Cause: ORACLE feature is not licensed.

Action: Contact ORACLE for assistance.

ORA-00438: string Option not installed

Cause: The specified option is not installed.

Action: Purchase and install the option.

ORA-00439: feature not enabled: string

Cause: The specified feature is not enabled.

Action: Do not attempt to use this feature.

ORA-00443: background process “string” did not start

Cause: The specified process did not start.

Action: Ensure that the executable image is in the correct place with the correct protections, and that there is enough memory.

ORA-00444: background process “string” failed while starting

Cause: Usually due to a bad (or non-existent) background process image.

Action: Get a good background process image.

ORA-00445: background process “string” did not start after string seconds

Cause: The specified process did not start after the specified time.

Action: Ensure that the background did not die and leave a trace file.

ORA-00446: background process started when not expected

Cause: The background process specified started up AFTER the RDBMS was already running.

Action: If nobody at your site started the process, then this is an internal error.

ORA-00447: fatal error in background process

Cause: One of the background processes died unexpectedly.

Action: Warm start the system.

ORA-00448: normal completion of background process

Cause: One of the background processes completed normally (i.e. exited). The background process thinks that somebody asked it to exit.

Action: Warm start the system.

ORA-00449: background process ‘string‘ unexpectedly terminated with error string

Cause: A foreground process needing service from a background process has discovered the process died.

Action: Consult the error code, and the trace file for the process.

ORA-00450: background process ‘string‘ did not start

Cause: The specified process did not start.

Action: Consult the error code, and the trace file for the process.

ORA-00451: foreground process died unexpectedly

Cause: The foreground process for the new connection did not start.

Action: Reconnect to Oracle.

ORA-00452: foreground process unexpectedly terminated with error string

Cause: The foreground process for the new connection did not start.

Action: Reconnect to Oracle.

ORA-00453: backgroud process ‘string‘ is dead

Cause: The background process that was being messaged was dead or its incarnation was invalid.

Action: Restart the background process.

ORA-00454: The background process ‘string‘ is running

Cause: An attempt to spawn a background process that was already running failed.

Action: None

ORA-00455: timeout waiting for background process ‘string‘ cleanup

Cause: The state of the background process was not cleaned up.

Action: None

ORA-00456: prespawn not enabled

Cause: Prespawn was not enabled.

Action: None

ORA-00457: process pool not found

Cause: The process pool was not found.

Action: Verify the process pool name.

ORA-00458: process pool is already started

Cause: The process pool was already started.

Action: None

ORA-00459: process pool is not started

Cause: The process pool was not started.

Action: None

ORA-00460: process pool invalid configuration value(s)

Cause: Invalid configuration values were specified for the process pool.

Action: Verify the configuration values.

ORA-00461: MGA namespace already opened.

Cause: Managed Global Area(MGA) namespace was already opened.

Action: None

ORA-00462: MGA namespace shared handle not valid.

Cause: Managed Global Area(MGA) namespace shared handle was not valid.

Action: None

ORA-00463: MGA namespace private handle not valid.

Cause: Managed Global Area(MGA) namespace private handle was not valid.

Action: None

ORA-00464: Processes are still attached to MGA namespace.

Cause: Processes were still attached to Managed Global Area(MGA) namespace.

Action: None

ORA-00465: Segments are still attached to MGA namespace.

Cause: Segments were still attached to Managed Global Area(MGA) namespace.

Action: None

ORA-00466: MGA invalid segment information.

Cause: Managed Global Area(MGA) segment information was not valid.

Action: None

ORA-00467: Already attached to MGA handle.

Cause: There was already an attachement to the Managed Global Area(MGA) handle.

Action: None

ORA-00468: Not attached to MGA handle.

Cause: There was no attachement to the Managed Global Area(MGA) handle.

Action: None

ORA-00469: CKPT process terminated with error

Cause: The checkpoint process died

Action: Warm start instance

ORA-00470: LGWR process terminated with error

Cause: The log writer process died

Action: Warm start instance

ORA-00471: DBWR process terminated with error

Cause: The database writer process died

Action: Warm start instance

ORA-00472: PMON process terminated with error

Cause: The process cleanup process died

Action: Warm start instance

ORA-00473: ARCH process terminated with error

Cause: The archive process died

Action: Warm start instance

ORA-00474: SMON process terminated with error

Cause: The system cleanup process died

Action: Warm start instance

ORA-00475: TRWR process terminated with error

Cause: The system tracing process died

Action: Warm start instance

ORA-00476: RECO process terminated with error

Cause: The distributed transaction (two-phase commit) recovery process died.

Action: Warm start instance

ORA-00477: SNP* process terminated with error

Cause: A materialized view refresh process died

Action: PMON will restart SNP process shortly. If SNP process does not get started, contact Oracle support.

ORA-00478: SMON process terminated due to error string

Cause: SMON was unable to service the requests due to error in cleanup of resources

Action: Warm start instance

ORA-00479: RVWR process terminated with error string

Cause: The RVWR process died

Action: Warm start instance

ORA-00480: LCK* process terminated with error

Cause: A system lock process died

Action: Warm start instance

ORA-00481: LMON process terminated with error

Cause: The global enqueue service monitor process died

Action: Warm start instance

ORA-00482: LMD* process terminated with error

Cause: A global enqueue service daemon process died

Action: Warm start instance

ORA-00483: During shutdown a process abnormally terminated

Cause: One of the background processes did not exit normally at or near the time of shutdown.

Action: Use shutdown abort.

ORA-00484: LMS* process terminated with error

Cause: A global cache service process died

Action: Warm start instance

ORA-00485: DIAG process terminated with error string

Cause: A global diagnostic process died

Action: Wait for process to restart

ORA-00486: ASMB process terminated with error

Cause: An ASM background process died.

Action: Warm start instance. Also check that ASM Instance is running.

ORA-00487: CTWR process terminated with error

Cause: The change tracking process died

Action: Warm start instance

ORA-00488: RBAL process terminated with error

Cause: The ASM rebalance coordinator process died.

Action: Warm start instance.

ORA-00489: ARB* process terminated with error

Cause: An ASM rebalance worker process died.

Action: Wait for process to restart.

ORA-00490: PSP process terminated with error

Cause: The process spawner died

Action: Warm start instance

ORA-00491: RMS0 process terminated with error

Cause: The RAC Management Process died

Action: n/a

ORA-00492: GTX* process terminated with error

Cause: A global transaction background process died.

Action: Warm start instance

ORA-00493: GMON process terminated with error

Cause: The ASM disk group monitor process died

Action: Warm start instance

ORA-00494: enqueue string held for too long (more than string seconds) by ‘inst string, osid string‘

Cause: The specified process did not release the enqueue within the maximum allowed time.

Action: Reissue any commands that failed and contact Oracle Support Services with the incident information.

ORA-00495: GEN0 process terminated with error

Cause: The generic background processing process died.

Action: Warm start the instance.

ORA-00496: LMHB process terminated with error

Cause: The LM heartbeat monitor process died.

Action: Warm start the instance.

ORA-00497: XDMG process terminated with error

Cause: The Cell automation manager process terminated with error.

Action: PMON will restart XDMG process shortly. If XDMG process does not restart, contact Oracle Support Services.

ORA-00498: XDWK process terminated with error

Cause: The Cell automation worker actions process terminated with error.

Action: PMON will restart XDWK process shortly. If XDWK process does not restart, contact Oracle Support Services.

ORA-00499: XDMG repeatedly failed to initialize terminating the instance.

Cause: The Cell automation manager process repeatedly failed to initialize.

Action: Examine the alert log for the reason prior attempts to start XDMG failed. If it is due to user error or bad configuration, fix it and restart the instance. Otherwise, contact Oracle Support Services.

ORA-00500: Listener registration process terminated with an error.

Cause: The listener registration process died.

Action: Warm start the instance.

Share this:

  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.



View Fatih ACAR's profile on LinkedIn

Categories

  • Databases (329)
    • MsSQL Server (18)
      • Administration (16)
      • Errors and Solutions (4)
      • SQL (2)
    • MySQL (5)
      • Administration (4)
      • Backup And Recovery (1)
      • Errors and Solutions (1)
    • Oracle (290)
      • Administration (79)
      • Backup And Recovery (29)
      • Errors and Solutions (195)
      • Procedure (10)
      • SQL (32)
    • PostgreSQL (16)
      • Administration (15)
      • Errors and Solutions (3)
      • SQL (2)
    • Redis (1)
  • Microsotf Dynamics CRM (1)
  • Operating Systems (47)
    • Linux & Unix (34)
    • Windows (13)
  • Programing (5)
    • Python (5)
  • SAP (15)
    • Errors and Solutions (4)
    • SAP Basis (12)
  • Security (8)
    • Database Security (6)
    • Information Security (1)
    • System Security (4)
  • VMware (4)

Recent Posts

  • Redis 7 Sentinel Infrastructure Installation
  • Oracle Database 19c Multi Data Guard and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 23ai Free Installation Steps on Oracle Linux 9
  • Oracle Database 19c Active Data Guard Installation and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 19c Installation and 19.22 RU Patch Apply on Oracle Linux 8

Resources

  • Oracle
  • PostgreSQL

Blogroll

  • Gökhan Atıl
  • H. Koray Gündüz
  • Hakan Talip Öztürk
  • Zekeriya Beşiroğlu

Web Pages

  • BT Çözümleri

Tag Cloud

Administration Backup and Recovery Cluster Systems Database Administration Database Security Linux Linux Administration MsSQL Server MsSQL Server Error and Solutions MySQL MySQL Administration ORA-00018 ORA-00020 Oracle Oracle 12c Oracle 19c Oracle Administration Oracle Backup and Restore Oracle Data Guard Oracle Data Guard Failover Oracle Data Guard Switchover Oracle Error Solutions Oracle Linux Oracle Rman Backup Oracle Security Oracle SQL Query PostgreSQL PostgreSQL Administration PostgreSQL High Availability PostgreSQL Hot Standby Python SAP Basis Sap Errors and Solutions Sap System Administration SQL SQL Server Administration SQL Server Availability Group Stored Procedure System Administration System Security VMware VMware Administration Windows Windows Batch Script Windows Server

Social

  • View facar1987’s profile on Twitter
  • View facar’s profile on LinkedIn

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 17 other subscribers
©2026 Fatih Acar's blog | Built using WordPress and Responsive Blogily theme by Superb