Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Two values for shared pool size
By error (I did not comment the old entry) I had the following lines in the
init.ora file:
...
shared_pool_size = 67108864
# Nov 15, 2000
shared_pool_size = 33554432
...
Now I have two values for shared_pool_size:
SQL> select * from v$parameter where name='shared_pool_size';
NUM NAME
TYPE
--------- ----------------------------------------------------------------
36 shared_pool_size
2
67108864, 33554432
FALSE FALSE FALSE FALSE FALSE
size in bytes of shared pool
The value that Oracle has taken is the first one:
SYSTEM_at_DVLP> select * from v$sga;
NAME VALUE -------------------- --------- Fixed Size 47296 Variable Size 72155136 Database Buffers 32768000 Redo Buffers 1064960Received on Mon Nov 20 2000 - 16:17:53 CST