Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> INIT.ORA Parameters
A lot of people ask questions about the init.ora, so I figured that I would
give a listing of my top parameters (for V8). If this is helpful to people,
let me know and I will post more things like it.
Other Init.ora Parameters - My top 25 init.ora parameters (from the Performance Tuning Tips and Techniques book - more detail is in the book):
1. NLS_DATE_FORMAT - Used for Y2K compliance 2. DB_BLOCK_BUFFERS - Blocks of Memory allocated for the data 3. SHARED_POOL_SIZE - Bytes of Memory allocated for data dictionary and SQL &PL/SQL
4. OPTIMIZER_MODE - Choose, Rule, First_Rows or All_Rows 5. SORT_AREA_SIZE - Memory used for sorting and merging tables 6. SORT_AREA_RETAINED_SIZE - Memory held after the sort for a session 7. LOG_CHECKPOINT_INTERVAL - How often that committed transactions are archived 8. OPEN_CURSORS - Holds user statements to be processed (private area) 9. SHARED_POOL_RESERVED_SIZE - Memory held for future big PL/SQL can help avoida shared pool ORA-error
13. SORT_DIRECT_WRITES - Writes to temporary segments bypass the buffer cache 14. LOG_BUFFER - Buffer for uncommitted transactions in memory 15. BUFFER_POOL_KEEP - How many buffers to have for pinned objects 16. BUFFER_POOL_RECYCLE - How many buffers to have for new stuff 17. LOG_ARCHIVE_DUPLEX_DEST - Write archives to multiple places 18. LOG_ARCHIVE_MIN_SUCCEED_DEST - Min. number of archive copies that mustsucceed
Rich Niemiec
Oracle Performance Tips and Techniques, Oracle Press
ISBN: 0078824346
Received on Wed Jun 09 1999 - 12:57:45 CDT
![]() |
![]() |