2026-03-12 20:23:15
This commit is contained in:
4
tpt/lotstempios.sql
Normal file
4
tpt/lotstempios.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE GLOBAL TEMPORARY TABLE lotstempios ON COMMIT DELETE ROWS AS SELECT * FROM dual WHERE 1=0;
|
||||
|
||||
EXEC LOOP INSERT /*+ APPEND */ INTO lotstempios SELECT * FROM dual; COMMIT WRITE NOWAIT; END LOOP;
|
||||
|
||||
Reference in New Issue
Block a user