5
select * from data_dictionary.user_savepoints;
8
select * from data_dictionary.user_savepoints;
12
select * from data_dictionary.user_savepoints;
14
select * from data_dictionary.user_savepoints;
16
select * from data_dictionary.user_savepoints;
20
select * from data_dictionary.user_savepoints;
22
release savepoint foo;
23
select * from data_dictionary.user_savepoints;
25
select * from data_dictionary.user_savepoints;
29
select * from data_dictionary.user_savepoints;
31
select * from data_dictionary.user_savepoints;
32
release savepoint foo2;
33
select * from data_dictionary.user_savepoints;
35
select * from data_dictionary.user_savepoints;
41
select * from data_dictionary.user_savepoints;
43
select * from data_dictionary.user_savepoints;
5
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
8
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
12
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
14
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
16
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
20
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
22
RELEASE SAVEPOINT foo;
23
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
25
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
29
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
31
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
32
RELEASE SAVEPOINT foo2;
33
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
35
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
41
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;
43
SELECT * from DATA_DICTIONARY.USER_DEFINED_SAVEPOINTS;