Which privilege is used to allow creating or altering a system trigger on the database?

Options
- Administrator database trigger
- System trigger
- alter any trigger
- create trigger


CORRECT ANSWER : Administrator database trigger

Discussion Board
Administrator database trigger

To create a trigger on a pluggable database (PDB), you must be connected to that PDB and have the ADMINISTER DATABASE TRIGGER system privilege. ADMINISTER DATABASE TRIGGER is used to allow creating or altering a system trigger on the database.

Prajakta Pandit 02-23-2017 10:59 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement