To roll back the current transaction, call the rollback command.
Its rollback command makes it easy to quickly roll back to a previous release.
Changes made to the database without COMMIT could be undone using the ROLLBACK command.
Les modifications apportées à la base de données sans COMMIT pourrait être annulée à l'aide de la commande ROLLBACK.
If there is any error, then issue ROLLBACK command, otherwise issue a COMMIT command.
S'il y a une erreur, exécutez alors la commande ROLLBACK, émettre une commande autrement COMMIT.
Answer: A, C. Since there are two savepoints - A and B, and the ROLLBACK command does specifies the actual savepoint mark, Oracle throws error.
Réponse: A, C. Comme il y a deux points de sauvegarde - A et B, et la commande ROLLBACK ne spécifie la marque réelle savepoint, Oracle lance une erreur.
The state may be reset upon execution of a commit or rollback command.
Also, the Silent Install Commands online help topic indicates that you can use a rollback command during silent install; this command is not supported.
De la même manière, la rubrique Commandes d'installation automatique de l'aide en ligne indique que vous pouvez utiliser la commande d'annulation lors d'une installation automatique, alors que cette commande n'est pas prise en charge.
The Rollback command is used to undo previous migrations executed by this plugin.
The ROLLBACK command is the transactional command used to undo transactions that have not already been saved to the database.
La commande est la commande ROLLBACK transactionnelle utilisée pour annuler les transactions qui n'ont pas déjà été enregistrées dans la base de données.
The primary reason for this release is to enhance the ROLLBACK command so that it allows running queries on the same database connection to continue running as long as the ROLLBACK does not change the schema.
The raison principale de cette version est de renforcer la ROLLBACK commande de sorte qu'il permet l'exécution de requêtes sur la même connexion de base de données pour continuer à fonctionner aussi longtemps que l'annulation ne modifie pas le schéma.
The COMMIT command saves all transactions to the database since the last COMMIT or ROLLBACK command.
La commande COMMIT enregistre toutes les transactions à la base de données depuis la dernière commande validée ou annulée.
The ROLLBACK command can only be used to undo transactions since the last COMMIT or ROLLBACK command was issued.
La commande ROLLBACK ne peut être utilisé pour annuler les transactions depuis la dernière commande COMMIT ou ROLLBACK.