New Oracle@Oracle paper shows how GoldenGate allowed for real-time operational reporting for Oracle E-Business Suite: http://t.co/SQVfHcD7
Searching databse PL/SQL code for a string
The following query is useful if you want to know where certain tables, columns and expressions are referenced in your PL/SQL source code:
SELECT *
FROM user_source
WHERE UPPER(text) LIKE UPPER('%KEYWORD%');


