You are on page 1of 5

2G:

SQL> select * from v$sgainfo;

NAME

BYTES RES

-------------------------------- ---------- --Fixed SGA Size


Redo Buffers

2236248 No
97218560 No

Buffer Cache Size 2.0133E+10 Yes


Shared Pool Size 4026531840 Yes
Large Pool Size
Java Pool Size

134217728 Yes
134217728 Yes

Streams Pool Size


Shared IO Pool Size
Granule Size

0 Yes
0 Yes

134217728 No

Maximum SGA Size 3.7680E+10 No


Startup overhead in Shared Pool 398159168 No

NAME

BYTES RES

-------------------------------- ---------- --Free SGA Memory Available 1.3153E+10

12 rows selected.

SQL> show sga;

Total System Global Area 3.7680E+10 bytes


Fixed Size

2236248 bytes

Variable Size

1.7448E+10 bytes

Database Buffers

2.0133E+10 bytes

Redo Buffers

97218560 bytes

SQL> show parameter sga;

NAME

TYPE

VALUE

------------------------------------ ----------- -----------------------------lock_sga

boolean

FALSE

pre_page_sga

boolean

sga_max_size

big integer 36096M

sga_target

big integer 0

LTE:

SQL> select * from v$sgainfo;

NAME

BYTES RES

-------------------------------- ---------- --Fixed SGA Size

2244432 No

Redo Buffers

53469184 No

Buffer Cache Size

1.6979E+10 Yes

Shared Pool Size

3892314112 Yes

FALSE

Large Pool Size


Java Pool Size

67108864 Yes
67108864 Yes

Streams Pool Size

0 Yes

Shared IO Pool Size

0 Yes

Granule Size

67108864 No

Maximum SGA Size

3.2469E+10 No

Startup overhead in Shared Pool 496772504 No

NAME

BYTES RES

-------------------------------- ---------- --Free SGA Memory Available

1.1409E+10

12 rows selected.

SQL> show sga;

Total System Global Area 3.2469E+10 bytes


Fixed Size
Variable Size
Database Buffers
Redo Buffers

2244432 bytes
1.5435E+10 bytes
1.6979E+10 bytes
53469184 bytes

SQL> show parameter sga;

NAME

TYPE

VALUE

------------------------------------ ----------- -----------------------------lock_sga

boolean

FALSE

pre_page_sga

boolean

sga_max_size

big integer 31104M

sga_target

FALSE

big integer 0

3G:
SQL> select * from v$sgainfo;

NAME

BYTES RES

-------------------------------- ---------- --Fixed SGA Size


Redo Buffers

2244192 No
227831808 No

Buffer Cache Size

9.3952E+10 Yes

Shared Pool Size

3.3554E+10 Yes

Large Pool Size

268435456 Yes

Java Pool Size

268435456 Yes

Streams Pool Size

0 Yes

Shared IO Pool Size

0 Yes

Granule Size

268435456 No

Maximum SGA Size

1.2827E+11 No

Startup overhead in Shared Pool 1104003760 No

NAME

BYTES RES

-------------------------------- ---------- --Free SGA Memory Available

12 rows selected.

SQL> show sga;

Total System Global Area 1.2827E+11 bytes


Fixed Size
Variable Size
Database Buffers
Redo Buffers

2244192 bytes
3.4091E+10 bytes
9.3952E+10 bytes
227831808 bytes

SQL> show parameter sga;

NAME

TYPE

VALUE

------------------------------------ ----------- -----------------------------lock_sga

boolean

FALSE

pre_page_sga

boolean

sga_max_size

big integer 120G

sga_target

FALSE

big integer 120G

You might also like