Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
10 lines (10 loc) · 465 Bytes

File metadata and controls

10 lines (10 loc) · 465 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
accept sql_text -
prompt 'Enter sql_text :'
set pagesi 1000
set linesi 190
set verify off
column sql_text format a55
col sql_id format a20
col last_active_time format a30
select sql_id,plan_hash_value,SQL_PLAN_BASELINE,max(last_active_time) last_active_time,max(sql_text) sql_text from v$sql where lower(sql_text) like lower('%&sql_text%') and sql_text not like '%where sql_text like%' group by sql_id,plan_hash_value,SQL_PLAN_BASELINE order by 4;
undef sql_text;
Morty Proxy This is a proxified and sanitized view of the page, visit original site.