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-00561: character set mismatch on value for parameter 'string'

1 Answers  


ORA-32407: cannot exclude new values when materialized view log includes new values

1 Answers  


ORA-29300: ORACLE error, tablespace point-in-time recovery

1 Answers  


ORA-28652: overflow segment attributes cannot be specified

1 Answers  


PLS-00664: Both ORDER BY and CLUSTER BY can not be specified for the same table function

1 Answers  






RMAN-08086: replaced script string

1 Answers  


ORA-00236: snapshot operation disallowed: mounted controlfile is a backup

1 Answers  


ORA-07740: slemop: incorrect handle size (programming error)

1 Answers  


ORA-01648: log string is the current log of disabled instance string (thread string)

1 Answers  


PCC-02374: SQLCHECK value exceeds command line value

1 Answers  


ORA-38702: Cannot update flashback database log file header.

1 Answers  


ORA-19753: error writing to change tracking file

1 Answers  


Categories