Hi,
I have compiled the below PLSQL block.
BEGIN
EXECUTE IMMEDIATE 'TRUNCATE TABLE TEST_TABLE';
END;
but it throwing the below error. I dont know why its coming.
ORA-06550: line 1, column 7:
PLS-00103: Encountered the symbol " " when expecting one of the following:
( begin case declare exit for goto if loop mod null pragma
raise return select update while with <an identifier>
<a double-quoted delimited-identifier> <a bind variable> <<
continue close current delete fetch lock insert open rollback
savepoint set sql execute commit forall merge pipe purge
The symbol " " was ignored.