mod_plsql Error Codes
MODPLSQL-00001: mod_plsql: Out of memory
Cause: System has run out of memory
Action: Reduce memory usage in the system
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00010: mod_plsql: Out of memory
Cause: System has run out of memory
Action: Reduce memory usage in the system
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00102: mod_plsql: Wrong language, territory or charset in NLS_LANG value
Cause: Incorrect NLS_LANG value specified
Action: Refer to RDBMS and NLS documentation for the acceptable NLS_LANG value
Level: 1
Type: ALERT
Impact: Configuration
MODPLSQL-00350: mod_plsql: Bad Procedure/Argument name in the request
Cause: The procedure name and/or the argument is not a legal PL/SQL identifier
Action: Correct the procedure name and the arguments to be legal PL/SQL identifiers
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00367: mod_plsql: Illegal PLSQL identifer in input
Cause: The procedure name and/or the argument is not a legal PL/SQL identifier
Action: Correct the procedure name and the arguments to be legal PL/SQL identifiers
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00368: mod_plsql: No target procedure specified for invocation
Cause: The procedure name to invoke is not specified in the URL
Action: Specify a legal PL/SQL procedure to invoke
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00369: mod_plsql: Illegal procedure name, part exceeds 32 bytes
Cause: The procedure name specified exceeds the legal PLSQL identifier length
Action: Correct the procedure name to be a legal PL/SQL identifier
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00370: mod_plsql: Illegal procedure name, has an empty part
Cause: The procedure name is not a legal PLSQL identifier
Action: Correct the procedure name to be a legal PL/SQL identifier
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00371: mod_plsql: Illegal procedure name, too many parts
Cause: The procedure name is not a legal PLSQL identifier
Action: Correct the procedure name to be a legal PL/SQL identifier
Level: 1
Type: ERROR
Impact: Runtime
MODPLSQL-00868: mod_plsql: Failed to validate configuration parameters
Cause: Illegal configuration property specified in the mod_plsql configuration
Action: Refer to the logs for more details, and correct the offending configuration property
Level: 1
Type: ERROR
Impact: Configuration