SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select max(a.value) as highest_open_cur into p_highest_open_cur from v$sesstat a inner join v$statname b on a.statistic# = b.statistic# where b.name = 'opened cursors current'; write_to_file('HIGHEST_OPEN_CUR', p_highest_open_cur);

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear