0 votes
in PL/SQL by
Are Ddl Triggers Fired For Ddl Statements Within A Pl/sql Code Executed Using The Dbms.sql Package?

1 Answer

0 votes
by

No, DDL triggers are not executed for DDL statements, which are executed within the PL/SQL code using the DBMS_SQL package.

Related questions

0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel
0 votes
asked Jun 12, 2023 in Sql by Robin
0 votes
asked Mar 11, 2021 in PL/SQL by Robindeniel
...