home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a523 / 16.ddi / INITSML.ORA < prev    next >
Encoding:
Text File  |  1990-09-04  |  837 b   |  28 lines

  1. #------------------------------------------------------------------------------
  2. #   Adapted from the VMS sample INIT.ORA                                      -
  3. #       (sample INIT.ORA parameters for a small-sized installation)           -
  4. #------------------------------------------------------------------------------
  5. db_name = ORACLE
  6.  
  7. #-----------------------------------
  8. #- database writer/file parameters -
  9. #-----------------------------------
  10. db_block_buffers = 60
  11.  
  12. #-----------------------------------
  13. #- redo log writer/file parameters -
  14. #-----------------------------------
  15. log_checkpoint_interval = 10000
  16.  
  17. #----------------------
  18. #- DDL/DML parameters -
  19. #----------------------
  20. ddl_locks = 100
  21. dml_locks = 100
  22.  
  23. #----------------------
  24. #- process parameters -
  25. #----------------------
  26. processes = 50
  27.  
  28.