Saturday 26 May 2012

What are schema-level triggers? | PL SQL

 Schema-level triggers are created on schema-level operations, such as create table, alter table, drop table, rename, truncate, and revoke. These triggers prevent DDL statements, provide security, and monitor the DDL operations.