Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: figure out which queries are not using bind variables?
> Oracle 10g. Does Oracle track which queries do not use bind variables?
Thanks for specifying Oracle version.
Try something like this:
select sql_text from v$sqlarea where hash_value not in (select
hash_value from v$sql_bind_capture);
-- Egor http://www.oracledba.ru -- http://www.freelists.org/webpage/oracle-lReceived on Thu May 04 2006 - 14:48:19 CDT
![]() |
![]() |