How to know where certain tables, columns and expressions are referenced in your
PL/SQL source code.
SELECT type, name, line
FROM user_source
WHERE UPPER(text) LIKE UPPER('%&KEYWORD%');
Windows Recall : How to disable spy mode
3 days ago
No comments:
Post a Comment