Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Localized commit
Message
De
29/11/2001 06:08:11
 
 
À
27/11/2001 11:15:07
Information générale
Forum:
Oracle
Catégorie:
PL/SQL
Divers
Thread ID:
00586372
Message ID:
00587382
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform