Missing owner in where clause
Posted: Mon 28 Jul 2014 21:06
Hello,
In TOraSession.GetCompilationError, a query against all_errors is executed without specifying OWNER in the where clause.
I propose to use the schema if it is present in the SQL that you are parsing to specify "where owner = :owner", and if not, use "where owner = user" in your query against all_errors.
Thanks,
John
In TOraSession.GetCompilationError, a query against all_errors is executed without specifying OWNER in the where clause.
I propose to use the schema if it is present in the SQL that you are parsing to specify "where owner = :owner", and if not, use "where owner = user" in your query against all_errors.
Thanks,
John