Originally posted by sln81
can you use the PARSING_USER_ID column in the V$SQLAREA and get some result?
The parsing of that statement obviously failed (insufficient privileges ORA error), so that particular statement was realy never put in the library cache. So looking for it in V$SQLAREA is useless, IMHO.