This website requires JavaScript.
Explore
Help
Sign In
support
/
notes
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c0621c995381cdcbf68e22d3ce260713cd2736d3
notes
/
FDA
/
infinite_update1.sql
T
10 lines
110 B
SQL
Raw
Normal View
History
Unescape
Escape
2026-03-12 21:01:38
2026-03-12 22:01:38 +01:00
begin
loop
update
TAB1
set
d
=
sysdate
;
commit
;
dbms_session
.
sleep
(
1
);
end
loop
;
end
;
/
Reference in New Issue
Copy Permalink