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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error when using GOTO statement

568775Aug 6 2009 — edited Aug 7 2009
Hi all

I have the following code

GOTO nextsection

<<nextsection>>


When I try to compile I get an error "PLS-00201: identifier 'NEXTSECTION' must be declared". When following the various examples on the web my syntax seems to be correct, so why might I be getting this error?

Kind regards,
Toby
This post has been answered by Arunkumar Ramamoorthy-Oracle on Aug 6 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 4 2009
Added on Aug 6 2009
48 comments
3,148 views