When trying to grant SYS.DBMS_AQ to user, Oracle claims the package is missing or invalid. ORA-00990. Any idea why Oracle DB does not have this package? 11.2.0.1 is the version for the OracleDB.
When trying to grant SYS.DBMS_AQ to user, Oracle claims the package is missing or
Share
ORA-00990means the grant DDL wasn’t right, not that the package is invalid. please check the DDL syntax you used. It should be of the form:substituting
SCHEMANAMEfor your real user.