Search Results

3
votes

Is it possible to use GROUP BY with bind variables?

I suggest re-writing the statement so that there is only one bind argument. This approach is kind of ugly, but returns the result set: select max(col1) , f_col2 from ( …
0
votes

Oracle lag between commit and select

This sounds like an issue with RAC, with connections to two different instances and the SCN is out of sync. As a workaround, consider not closing the database connection and getting a new o …