Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

'PLS-00103: Encountered the symbol "end-of-file" when expecting one' Error

user10916886Jun 9 2009 — edited Jan 26 2011
Hi,

While executing the following -

BEGIN
EXECUTE IMMEDIATE 'INSERT INTO TAB1 (Field1,field2,field3) SELECT Field1,field2,field3 FROM tab2 partition(P_200711);' ;
END;

I get the following error.

ORA-06550: line 3, column 4:
PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:

; <an identifier> <a double-quoted delimited-identifier>
The symbol ";" was substituted for "end-of-file" to continue.


When I run the same query on toad it runs fine.

Thanks,
Vishal Gupta
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2011
Added on Jun 9 2009
6 comments
32,287 views