Oracle: Is there a way to get recent SQL syntax errors?
We are seeing a lot of "ORA-00936: missing expression" errors in our application log. Is there a way in Oracle to determine what statement(s) are failing? I tried querying v$sql, but these statements are not inserted into that view, since they don't pass the syntax checks. Our C# application is using Linq to generate a query to an Orac...