2026-03-12 20:23:15
This commit is contained in:
7
star/sqlid_sign.sql
Normal file
7
star/sqlid_sign.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
col FORCE_MATCHING_SIGNATURE for 99999999999999999999
|
||||
|
||||
select FORCE_MATCHING_SIGNATURE from gv$sql where sql_id='&&1'
|
||||
union all
|
||||
select FORCE_MATCHING_SIGNATURE from DBA_HIST_SQLSTAT where sql_id='&&1'
|
||||
fetch first 1 rows only;
|
||||
|
||||
Reference in New Issue
Block a user