Database Error Messages

ORA-04172

error in database callout from MLE at code_location
  • code_location: The code location in the program at which the database callout was performed.

Cause

An error occurred during execution of a database callout (for example, a SQL statement executed from a JavaScript program) in a program run by the Multilingual Engine (MLE). The location information points to the code location in the program at which the SQL statement was executed.


Action

Inspect the location information to determine the location of the error, and review additional error messages that indicate the nature of the callout error. Fix the problem causing the error, or catch and handle the error in the program.