Bonjour,

En SQL RDB, il existait l'instruction DECLARE TRANSACTION.
(Pour info: Specifies the characteristics for a default transaction. A transaction is agroup of statements whose changes can be made permanent or undone only as a unit. The characteristics specified in a DECLARE TRANSACTION statement affect all transactions (except those started by the SET TRANSACTION or START TRANSACTION statement) until you issue another DECLARE TRANSACTION statement. The characteristics specified in a SET TRANSACTION or START TRANSACTION statement affect only that transaction.) (http://download-uk.oracle.com/otn_ho...7143_part3.pdf -- chap 7-222)

Quelqu'un a-t'il une idée de l'équivalent SQL pour Oracle de cette instruction?

Merci