Files
oracle/star/sqlid_sign.sql
T

7 lines
228 B
SQL
Raw Normal View History

2026-03-12 21:23:47 +01:00
col FORCE_MATCHING_SIGNATURE for 99999999999999999999
select FORCE_MATCHING_SIGNATURE from gv$sql where sql_id='&&1'
union all
2026-05-01 09:25:48 +02:00
select FORCE_MATCHING_SIGNATURE from DBA_HIST_SQLSTAT where sql_id='&&1'
2026-03-12 21:23:47 +01:00
fetch first 1 rows only;