Answers for "oracle find sql id"

SQL
2

oracle find sql id

SELECT *
FROM DBA_HIST_SQLTEXT
WHERE upper(SQL_TEXT) LIKE 'INSERT INTO MY_TABLE%';
Posted by: Guest on September-16-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language