Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Philippe.
Asked: November 29, 2018 - 2:11 pm UTC
Last updated: December 03, 2018 - 3:26 am UTC
Version: 12.1.0. 2
Viewed 1000+ times
Declare NumRecords NUMBER; begin FOR i IN 1..100000 LOOP select count(*) into NumRecords from V$session; END LOOP; end;
select count(*)from V$session;
declare NumRecords NUMBER; begin…
Philippe Marchand, November 30, 2018 - 4:11 pm UTC
Check out more PL/SQL tutorials on our LiveSQL tool.
PL/SQL reference manual from the Oracle documentation library