Skip to Main Content

SQL Developer

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!

Stop on Error

StebbiDec 6 2009 — edited Dec 11 2009
Hi

I was hoping you could help me out here. I'm new to oracle sql developer

Is there a way to let the tool Stop on error when running a script with F5 or F9 ?

this is a pretty big issue for me because often I run a very large script against the database and it can be very bad if some part of the script doesn't work and the script continues to run..

like this example

do something
error in script
do something else

I want the script to stop running when it hits the error..

is it possible ? or must I return to Toad ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2010
Added on Dec 6 2009
2 comments
9,499 views