Hi All,
Using Oracle 12c. I run dynamic sql within plsql using the execute immediate statement. However, at times the dynamic sql may not have a valid table in the query. I may need to check if the table is valid before I run the dynamic sql.
Please advise how carry out that check programmatically using PLSQL. Or is it possible to wrap the execute immediate statement to handle such exceptions. Please advise
Thanks