Statement Auditing, Privilege Auditing and Object Auditing in oracle
Define Statement Auditing, Privilege Auditing and Object Auditing in oracle.- Statement auditing is the auditing of the powerful system privileges without regard to specifically named objects.
- Privilege auditing is the auditing of the use of powerful system privileges without regard to specifically named objects.
- Object auditing is the auditing of accesses to specific schema objects without regard to user.
|
oracle-trigger-inside-procedure.aspxTrigger inside a stored procedure - A trigger cannot be called within a stored procedure. Triggers are executed automatically as a result of DML or DDl commands...