Built-in packages v16
Built-in packages are provided with EDB Postgres Advanced Server. For certain packages, non-superusers must be explicitly granted the EXECUTE
privilege on the package before using any of the package’s functions or procedures. For most of the built-in packages, EXECUTE
privilege is granted to PUBLIC
by default.
For information about using the GRANT
command to provide access to a package, see SQL reference.
All built-in packages are owned by the special sys
user that must be specified when granting or revoking privileges on built-in packages:
dbms_alert dbms_aq dbms_aqadm dbms_crypto dbms_job dbms_lob dbms_lock dbms_mview dbms_output dbms_privilege_capture dbms_pipe dbms_profiler dbms_random dbms_redact dbms_rls dbms_scheduler dbms_session dbms_sql dbms_utility utl_encode utl_file utl_http utl_mail utl_raw utl_smtp utl_url