Error List

Error List for the ‘ORADB-MOD’ Category

MOD-00025 unable to create access module

Description:
MOD-00025 unable to create access module

Cause:
The module was unable to open the output file specified in the module option.

ORADB-MOD

MOD-00063 procedure string, parameter string: illegal interface type "string"

Description:
MOD-00063 procedure string, parameter string: illegal interface type “string

Cause:
When attempting to generate an interface procedures (stubs) file, the WITH INTERFACE PROCEDURE clause in the referenced stored package or stored procedure contained a parameter having an illegal datatype.

ORADB-MOD

MOD-00095 datatype "string" is not valid for this host language.

Description:
MOD-00095 datatype “string” is not valid for this host language.

Cause:
A datatype was used that is not supported for the host language. For example, NUMERIC is not a supported datatype for Ada and C.

ORADB-MOD

MOD-00036 internal programming exception

Description:
MOD-00036 internal programming exception

Cause:
An internal error occurred.

ORADB-MOD ,

MOD-00074 ONAME option is specified but not meaningful

Description:
MOD-00074 ONAME option is specified but not meaningful

Cause:
The ONAME option was used when it was not required. For example, the ONAME option is not required when RPC_GENERATE=NO, and STORE_PACKAGE=YES, or the OUTPUT values list does not contain the CODE value.

ORADB-MOD

MOD-00014 unable to obtain bind variables at line number in file string

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

MOD-00047 an open statement already exists for cursor "string"

Description:
MOD-00047 an open statement already exists for cursor “string

Cause:
More than one procedure in this module contains an OPEN command on the named cursor.

ORADB-MOD

MOD-00085 [package specification compiled]

Description:
MOD-00085 [package specification compiled]

Cause:
This is an informational message.

ORADB-MOD

MOD-00026 no host language specified

Description:
MOD-00026 no host language specified

Cause:
The host language name is not specified in the LANGUAGE clause of the module file.

ORADB-MOD

MOD-00064 procedure string: extra parameter "string" in interface

Description:
MOD-00064 procedure string: extra parameter “string” in interface

Cause:
An unused parameter was declared in the WITH INTERFACE clause of a stored package or a stored procedure.

ORADB-MOD