Parse DDL and DML statement
Hi,
I have a requirement to validate dynamic sql statement is valid or not, the sql statement may be DML or DDL. I can use dbms_sql.parse, it works fine for the DML, but it doesnt work for the DDL statetment because instead of testing it actually execute the statement.
Does anybody have any idea how to test the validity of sql statement?
Thanks in advance.
Regards,
Samujjwal Basu