Category Archives: ORA Database Error Messages

ORA-31615: routine string received this error: string

oracle

ORA-31615: routine string received this error: string
Cause: The specified routine failed and the specific error text is included in this error message (the last %s string)
Action: Correct inputs to the specified routine

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31614: routine string received this error from string: string

oracle

ORA-31614: routine string received this error from string: string
Cause: The call to the specified routine failed and the specific error text is included in this error message (the last %s string)
Action: Correct inputs to the specified routine

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31613: Master process string failed during startup

oracle

ORA-31613: Master process string failed during startup
Cause: The master process whose name is listed failed during startup
Action: Refer to any following error messages for possible actions. Check the trace log for the failed process to see if there is any information about the failure. Correct the error, if possible, and try the operation again. If the error occurs again, contact Oracle Customer Support and report the error

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31612: Allocation of process descriptor failed

oracle

ORA-31612: Allocation of process descriptor failed
Cause: During creation of a master process or a worker process, a failure occurred allocating a process descriptor for the process
Action: Try the operation again. If the error occurs again, contact Oracle Customer Support and report the error

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31610: cannot call this function from a non-master process

oracle

ORA-31610: cannot call this function from a non-master process
Cause: Called a Data Pump process model function from a process which is not a master process
Action: Create a master process first. Then call the function from the master process. If this error occurs from a Data Pump client (e.g. expdp or impdp), try the operation again. If the error occurs again, contact Oracle Customer Support and report the error

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31609: error loading file “string” from file system directory “string”

oracle

ORA-31609: error loading file "string" from file system directory "string"
Cause: The installation script initmeta.sql failed to load the named file from the file system directory into the database
Action: Examine the directory and see if the file is present and can be read

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31608: specified object of type string not found

oracle

ORA-31608: specified object of type string not found
Cause: The specified object was not found in the database
Action: Correct the object specification and try the call again

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31607: function string is inconsistent with transform

oracle

ORA-31607: function string is inconsistent with transform
Cause: Either (1) FETCH_XML was called when the "DDL" transform was specified, or (2) FETCH_DDL was called when the "DDL" transform was omitted
Action: Correct the program

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31606: XML context number does not match any previously allocated context

oracle

ORA-31606: XML context number does not match any previously allocated context
Cause: A method in package UTL_XML was called with an invalid XML context handle. All handles must have previously been allocated by UTL_XML.XMLINIT
Action: Always call XMLINIT before any other methods in pkg. UTL_XML

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31605: the following was returned from string in routine string: LPX-number: string

oracle

ORA-31605: the following was returned from string in routine string: LPX-number: string
Cause: An LPX routine (XML/XSL processing) returned an internal error number to its PL/SQL wrapper routine in facility KUX which provides the implementation for package UTL_XML
Action: Look up the LPX error number and follow its corrective action

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/