Stop on Error
StebbiDec 6 2009 — edited Dec 11 2009Hi
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 ?