Skip to content

Commit 7744b54

Browse files
authored
Create automatic-transaction-rolback-v$transaction.sql
1 parent d3f40bb commit 7744b54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REM Script for 23c: automatic-transaction-rollback-v$transaction.sql
2+
REM Check V$TRANSACTION with new columns TXN_PRIORITY and TXN_PRIORITY_WAIT_TARGET to mointor session settings for automatic rollback transaction
3+
4+
select txn_priority, txn_priority_wait_target from v$transaction;

0 commit comments

Comments
 (0)