Description:
MOD-00014 unable to obtain bind variables at line number in file string
Cause:
The module compiler was unable to find information about an input host variable (bind variable) used in a SQL statement.
ORADB-MOD find
Description:
MOD-00015 Oracle Error: string
Cause:
This message results from an internal error: an invalid value for the mode of a bind variable.
ORADB-MOD oracle
Description:
MOD-00016 out of space – unable to allocate number bytes
Cause:
SQL*Module could not allocate enough memory to run or to perform some required action.
ORADB-MOD memory
Description:
MOD-00017 unable to connect to Oracle with “string:string/string“. Oracle error number: number
Cause:
The database connection or the username or the password that was specified was not correct. This message can result from an incorrect command-line specification or an incorrect specification of the username and/or password in the module AUTHORIZATION clause.
ORADB-MOD error, oracle
Description:
MOD-00018 unable to disconnect from Oracle
Cause:
An Oracle connection error occurred while the module was trying to log off, probably because Oracle has been shut down.
ORADB-MOD error, n error occ, oracle
Description:
MOD-00019 indicator variable “string” has wrong type or length at line number in file string
Cause:
An indicator variable was not declared in the procedure definition as a 2-byte integer. Indicator variables must be defined as 2-byte integers.
ORADB-MOD
Description:
MOD-00020 option “string” not legal as EXEC ORACLE OPTION
Cause:
A precompiler option was specified inline in an EXEC ORACLE statement. Some options can be specified only on the command line. For example, INAME cannot be specified inline.
ORADB-MOD exec oracle option, oracle
Description:
MOD-00021 ambiguous option “string“
Cause:
The name of module command line option is used ambiguously.
ORADB-MOD
Description:
MOD-00022 invalid operand “string” for option “string“
Cause:
The value specified for the module option is incorrect. That value is not appropriate for this module option.
ORADB-MOD
Description:
MOD-00023 invalid option “string“
Cause:
The module compiler found an invalid module option name. Some possible causes follow:
- The option name is misspelled.
- The specified option does not exist.
- The equal sign (=) between the option name and value is missing or has space around it.
Action: Check that the option exists and that its name is spelled correctly. To see an online display of the module options, enter the MODADA command (with no options) at the operating system prompt. Also check there is an equal sign between the option name and value.
ORADB-MOD