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 Error in PL/SQL

Stanley Lee-OracleSep 25 2008 — edited Sep 25 2008
Hi,

In PL/SQL I decarled a variable as a table type:

v_variable tableName%ROWTYPE;

And I get this message.

PLS-00103: Encountered the symbol "V_VARIABLE" when expecting
one of the following:
language

Any help would be great. Thanks.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 23 2008
Added on Sep 25 2008
1 comment
283 views