InterviewSolution
Saved Bookmarks
| 1. |
Are Ddl Triggers Fired For Ddl Statements Within A Pl/sql Code Executed Using The Dbms.sql Package? |
|
Answer» No, DDL TRIGGERS are not EXECUTED for DDL statements, which are executed WITHIN the PL/SQL code using the DBMS_SQL package. No, DDL triggers are not executed for DDL statements, which are executed within the PL/SQL code using the DBMS_SQL package. |
|