Initialization Parameters 12c
Initialization Parameters 12c
1) Sga_max_size
2) Lock_sga Default value is false. If set to true, entire SGA is
locked in the physical memory (RAM) of the machine. Make
sure that the size of SGA is smaller than the RAM size.
3) Db_cache_size
4) Db_keep_cache_size
5) Db_recycle_cache_size
6) Shared_pools_size Default value is 8MB for 32 bit OS. Specifies (in bytes)
the size of the shared pool. The shared pool contains
shared cursors, stored procedures, control structures, and
other structures
7) Shared_pool_reerved_size Default value is 5% of shared_pool_size.
8) Large_pool_size
9) Java_pool_size
10) Log_buffer
11) Pga_aggregate_target
12) Sort_area_size
13) Sort_area_retained_size
14) Hash_area_size Maximum amount of memory in bytes to be used for hash join.
Used for backward compatibility. It is relevant in parallel
query execution. The value is derived = 2 * hash_area_size.
Do not use. Use pga_aggregate_target instead. It is part of
PGA.
15) Hash_join_enabled Default is true. If set to false, hash joins are not used
by optimizer. If set to true, optimizer user hash join
instead of other joins (nested loop, merge join etc.) if
the cost is low. Set the value to true for data warehousing
systems
16) Log_checkpoint_interval=3 Time in seconds when incremental checkpoint happens. At
incremental checkpoint data is written from redo buffer to
redo log file. No datafile headers are updated – that
happens only when a checkpoint happens. This parameter also
signifies that no buffer will remain dirty (in the cache)
for more than 3 seconds.
17) Log_checkpoint_timeout=50 Check point will happen every 50 OS blocks (not every 50 DB
blocks). Check point will happen at every log switch if
this value is larger than the size of the redo log file.
18) Fast_start_mttr_target=4 This parameter controls the duration of startup after the
instance failure. In this case, recovery (roll forward and
backward) will not take more that 4 seconds because Oracle
check-pointed frequently to meet the target of 4 seconds.
Log_checkpoint_timeout, Log_checkpoint_interval
19) Max_dispatchers
20) Max_servers
21) Dispatchers
22) Shared_servers
23) Object_cache_optimal_size=102400 The object cache is a memory block on the client that
(i.e. 100 K) allows applications to store entire objects and to navigate
among them without round trips to the server.
24) Object_cache_max_size_percent=20 Object cache can grow 20% more than
Object_cache_optimal_size if required. When additional
cache space is not required, object cache will shrink to
100K i.e. to Object_cache_optimal_size
25) Optimizer_mode Default is choose. Valid values are choose, rule,
first_rows_n (where is can be 1 10 100 1000) , first_rows
means first few rows, all_rows.
35) Undo_management
36) Undo_retention
37) Undo_tablespace
38) Trace_enabled
39) Transactions Default is 1.1 * SESSIONS.
Specifies maximum number of concurrent transactions
40) Transactions_per_rollback_segments specifies the number of concurrent transactions you expect
each rollback segment to have to handle. The minimum number
of rollback segments acquired at startup is TRANSACTIONS
divided by the value for this parameter. For example, if
TRANSACTIONS is 101 and this parameter is 10, then the
minimum number of rollback segments acquired would be the
ratio 101/10, rounded up to 11.
41) Workarea_size_policy
42) Create_bitmap_area_size
43) Bitmap_mearge_area_size