Search This Blog

Thursday, August 25, 2011

Database high availability best practices 10g-11g

Database high availability best practices , for single-instance,RAC databases and data guard standby database.

  1. Always use spfile
  2. Multiplex control files
  3. Set control_file_record_keep_time long enough
  4. Multiplex production and standby redo log
  5. Log checkpoint to the alert
  6. Use auto tune checkpoints
  7. Enable archive mode and use flash recovery area
  8. Enable flashback database
  9. Enable block checking (db_block_checksum=true)
  10. Use automatic undo management
  11. Use locally managed tablespace
  12. Use segment space management auto
  13. Use re-sumable space allocation
  14. Use database resource manager
  15. Register all instances with remote Listeners
  16. Use Temporary tablespaces

Reference: Oracle database 10g : Real Application clusters (d17276gc10) p.11-16