home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a522 / 19.ddi / INIT.ORA < prev    next >
Encoding:
Text File  |  1991-03-08  |  1.4 KB  |  49 lines

  1. #
  2. #-----------------------------------------------------------------------
  3. #   database writer/file parameters
  4. #
  5. #-------------------------------------------------------------------
  6. #
  7. db_block_size = 1024
  8. db_block_buffers = 63
  9. db_file_multiblock_read_count = 8
  10. db_name = ORACLE
  11. #
  12. #-------------------------------------------------------------------
  13. #   dictionary cache parameters
  14. #
  15. #-------------------------------------------------------------------
  16. #
  17. dc_column_grants = 100
  18. #
  19. #-------------------------------------------------------------------
  20. #   redo log writer/file parameters
  21. #
  22. #-------------------------------------------------------------------
  23. #
  24. log_allocation = 1000
  25. #
  26. #-------------------------------------------------------------------
  27. #   row cache parameters
  28. #
  29. #-------------------------------------------------------------------
  30. #
  31. #
  32. #-------------------------------------------------------------------
  33. #   sequence cache parameters
  34. #
  35. #-------------------------------------------------------------------
  36. #
  37. #
  38. #-------------------------------------------------------------------
  39. #   miscellaneous parameters
  40. #
  41. #-------------------------------------------------------------------
  42. #
  43. ddl_locks = 250
  44. row_locking = INTENT
  45. use_row_enqueues = false
  46. transactions = 20
  47. enqueue_resources = 85
  48. rollback_segments = (system_rs, users_rs)
  49.