
- Forum
- Databases
- Oracle how we can see the sql in shared pool or buffercache
-
Junior Member
how we can see the sql in shared pool or buffercache
hi all
how we can see the queries which is currently in the sga ie shared pool, buffercahe etc.
-
Expert Member
Re: how we can see the sql in shared pool or buffercache
select
username users, sql_text, Executions, loads, users_executing,
sharable_mem, persistent_mem
from
sys.v_$sqlarea a, dba_users b
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules