Skip to content

Commit d3f40bb

Browse files
authored
Create automatic-transaction-rollback-v$parameter.sql
1 parent 3cc23a9 commit d3f40bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
REM Script in 23c: automatic-transaction-rollback-v$parameter.sql
2+
REM Check the settings in V$PARAMETER for automatic transaction rollback
3+
4+
-- run in 23c in your PDB session as user with DB_DEVELOPER_ROLE
5+
col name format a50
6+
col value format a10
7+
select name, value from v$parameter where name like 'tx%';

0 commit comments

Comments
 (0)