PCC-00054: Expected End-of-Statement at column number in
line number of file string



PCC-00054: Expected End-of-Statement at column number in line number of file string..

Answer / guest

Cause: The precompiler expected to find a statement
terminator at the end of an EXEC statement but found
something else. This can happen if tabs were embedded in the
source code (because the precompiler has no way of knowing
how many spaces a tab represents).

Action: If tabs are embedded in the source ocde, replace
them with spaces. Check the statement syntax and check that
each EXEC statement has a terminator. For embedded CREATE
{FUNCTION | PROCEDURE | PACKAGE} statements and for embedded
PL/SQL blocks, check that the statement terminator is END-EXEC.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00146: duplicate external TRUSTED/UNTRUSTED specification in subprogram expression

1 Answers  


EXP-00100: error converting an object type's hashcode to characters

1 Answers  


RMAN-00575: timeout while trying to write to dbms_pipe

1 Answers  


NZE-29193: no CRL found using CRLDP mechanism

1 Answers  


IMG-00553: invalid rotate value

1 Answers  






ORA-16786: Resource guard cannot access Data Guard metadata

1 Answers  


PLS-00613: only one item is allowed, when using variables of record type

1 Answers  


PROT-00009: Failed to open the specified import file

1 Answers  


ORA-02266: unique/primary keys in table referenced by enabled foreign keys

1 Answers  


ORA-24507: invalid combination of character set ids

1 Answers  


ORA-12926: FORCE LOGGING option already specified

1 Answers  


PCC-02013: unknown escape sequence

1 Answers  


Categories