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
Missing owner in where clause
Re: Missing owner in where clause
Hello,
Thank you for the information. We have added this condition to the query.
Thank you for the information. We have added this condition to the query.