All posts by mpbod

PCC-00023: Unable to log off from ORACLE

oracle

PCC-00023: Unable to log off from ORACLE
Cause: An Oracle connection error occurred while the precompiler was trying to log off, probably because Oracle has been shut down.
Action: Check that Oracle is available, then retry.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00022: Out of space – unable to allocate number bytes

oracle

PCC-00022: Out of space - unable to allocate number bytes
Cause: The precompiler process ran out of memory.
Action: Allocate more memory to the process, then retry.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00021: Oracle Error: string

oracle

PCC-00021: Oracle Error: string
Cause: An Oracle error occurred.
Action: Refer to the indicated message in the ORA message chapters of this manual.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00020: Unable to obtain define variables at line number in file string

oracle

PCC-00020: Unable to obtain define variables at line number in file string
Cause: The precompiler was unable to find information about an output host variable (define variable) used in a SQL statement.
Action: Check that the output host variable is declared in the DECLARE section and used properly in the SQL statement.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00019: Unable to obtain bind variables at line number in file string

oracle

PCC-00019: Unable to obtain bind variables at line number in file string
Cause: The precompiler was unable to find information about an input host variable (bind variable) used in a SQL statement.
Action: Check that the input host variable is declared in the DECLARE section and used properly in the SQL statement.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00018: Expected “string”, but found “string” at line number in file string

oracle

PCC-00018: Expected "string", but found "string" at line number in file string
 Cause: The syntax in a SQL statement is faulty. The precompiler found an unexpected or illegal token.
Action: Check the syntax and the spelling, then correct the SQL statement.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00017: Unable to parse statement at line number in file string

oracle

PCC-00017: Unable to parse statement at line number in file string
Cause: There is a syntax error in an array declaration. The precompiler was expecting a right bracket (]) but found something else.
Action: Check the syntax, then correct the array declaration.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00016: Unable to open a cursor at line number in file string

oracle

PCC-00016: Unable to open a cursor at line number in file string
Cause: The syntax in a SQL statement is faulty. The precompiler was expecting a host variable, but found something else.
Action: Check the syntax and the spelling, then correct the SQL statement.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00015: Unrecognized Host Language syntax ignored at line number in file string

oracle

PCC-00015: Unrecognized Host Language syntax ignored at line number in file string
Cause: The host language syntax used to define a host variable in the DECLARE section is incorrect.
Action: Check the syntax and the spelling, then correct the declaration.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

PCC-00014: Undeclared SQL Identifier “string” at line number in file string

oracle

PCC-00014: Undeclared SQL Identifier "string" at line number in file string
Cause: The name of a descriptor, statement, or cursor was not declared or is misspelled.
Action: Add or correct the descriptor, statement, or cursor declaration.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/