Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Localized commit
Message
From
29/11/2001 06:08:11
 
 
To
27/11/2001 11:15:07
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00586372
Message ID:
00587382
Views:
23
Yes you can with savepoints...

best illustrated with an example..
savepoint statement1;
insert into mytable values(1);
if error then rollback to statement1;

savepoint statement2;
insert into mytable values(-1);
if error then rollback to statement2;
hth
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform