PLS-00201: identifier 'DBMS_ALERT' must be declared
I imported a PL/SQL object from Oracle8i to Oracle10g. However, I'm getting the error "PLS-00201: identifier 'DBMS_ALERT' must be declared" when I try to compile it... A quick search on the internet directed me to install the catproc.sql script. After doing so, I'm still getting the same error.
Any help?