代码拉取完成,页面将自动刷新
--
-- Author: Prashant 'The FatDBA' Dixit
--
accept sql_text -
prompt 'Enter sql_text :'
set pagesi 1000
set linesi 190
col plan_hash format 9999999999
col p format a1
set verify off
column sql_text format a60 trunc
col sql_id format a14
col SQL_PLAN_BASELINE format a30
col last_active_time format a20
col user_name format a10 trunc
col module format a5 trunc
select parsing_schema_name user_name,module,sql_id,plan_hash_value plan_hash,SQL_PLAN_BASELINE,(case when sql_profile is not null then 'Y' else 'N' end) p,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 parsing_schema_name,module,sql_id,plan_hash_value,SQL_PLAN_BASELINE,(case when sql_profile is not null then 'Y' else 'N' end) order by 7;
undef sql_text;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。