We have references to dbms_defer package in a pl/sql procedure. This procedure is currently invalid because dbms_defer package does not exists in the database. The DBA tried to provide execute grants but later found out that dbms_defer package does not exists in the database. Can anyone please let me know if there is a way to install dbms_defer and all the dependent packages in the database? Thanks in advance.
These are files that contain DBMS_DEFER
, all located in (for my 11gXE) C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\
CREATE DBMS_DEFER_...
packagesI presume (as I don't know exactly) that the marked DBMSDEFER.SQL
is what you're looking for.