SET_DBA_ROLE - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Perceptive Content Database IN_DB_UTIL Package for Oracle Server

Platform
Perceptive Content
Product
Perceptive Content Database IN_DB_UTIL Package for Oracle Server
Release
Foundation 24.1
License

The SET_DBA_ROLE stored procedure is used to set the DBA role for the current session if the invoker has DBA privileges already granted to them.

Exceptions

  • NOT_DBA – Exception for ORA 1924 error.
  • OTHERS

Example

SET SERVEROUTPUT ON; EXEC IN_DB_UTIL.SET_DBA_ROLE;