From PL SQL test a query syntactic and semantic.
Can I, within a package/procedure/function/..., test a query, stored as text in a variable, for syntactic and semantic soundness? Without executing the query, that is. And when the answer is 'yes': how? In what way does the test result present itself to me? Is the answer if-then-able?
From PL SQL test a query syntactic and semantic.