Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
33 lines (31 loc) · 1.2 KB

File metadata and controls

33 lines (31 loc) · 1.2 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PROMPT
PROMPT
PROMPT~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROMPT------ /) (\
PROMPT------ .-._((,~~.))_.-,
PROMPT------ `-. @@ ,-'
PROMPT------ / ,o--o. \
PROMPT------ ( ( .__. ) )
PROMPT------ ) `----' (
PROMPT------ / \
PROMPT------ / \
PROMPT------ / \
PROMPT------ "The Silly Cow"
PROMPT----- Script: Healthcheck.sql (sharedpool_advisory.sql)
PROMPT----- Author: Prashant 'The FatDBA'
PROMPT----- Version: V1.1 (Date: 01-02-2014)
PROMPT-----
PROMPT-----
PROMPT-----
col shared_pool_size_for_estimate format 999999 heading "Size of Shared Pool in MB"
col shared_pool_size_factor format 99.90 head "Size Factor"
col estd_lc_time_saved format 999,999,999 head "Time Saved in sec"
col estd_lc_size format 99,999,999,999 head "Est libcache mem"
col estd_lc_memory_object_hits format 999,999,999,999 head 'libcache hits'
SELECT shared_pool_size_for_estimate
, shared_pool_size_factor
, estd_lc_size
, estd_lc_time_saved
, estd_lc_memory_object_hits
FROM v$shared_pool_advice
/
Morty Proxy This is a proxified and sanitized view of the page, visit original site.