Page 1 of 1

Missing owner in where clause

Posted: Mon 28 Jul 2014 21:06
by jdorlon
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

Re: Missing owner in where clause

Posted: Tue 29 Jul 2014 06:58
by AlexP
Hello,

Thank you for the information. We have added this condition to the query.