2026-03-12 20:23:15
This commit is contained in:
12
tpt/aot/nonsharing_child.sql
Normal file
12
tpt/aot/nonsharing_child.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
VAR n NUMBER
|
||||
|
||||
DECLARE
|
||||
scn NUMBER;
|
||||
BEGIN
|
||||
scn := dbms_flashback.GET_SYSTEM_CHANGE_NUMBER;
|
||||
LOOP
|
||||
SELECT COUNT(*) INTO :n FROM t AS OF SCN scn;
|
||||
END LOOP;
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user