Hi,

You can user FORMS_DDL built-in to execute any DDL script like:

FORMS_DDL('create table xyx (a number(5))');
&
FORMS_DDL('drop table xyx');