- 论坛徽章:
- 0
|
这样的配置 如何是只oracle的参数比较合理?
下面是我的init 文件基本参数,是否有很不合理的东西呢
- # db_files = 80 # SMALL
- # db_files = 400 # MEDIUM
- # db_files = 1500 # LARGE
- open_cursors = 1024
- max_enabled_roles = 100
- # db_file_multiblock_read_count = 8 # SMALL
- # db_file_multiblock_read_count = 16 # MEDIUM
- # db_file_multiblock_read_count = 32 # LARGE
- db_block_buffers = 81920 # INITIAL
- shared_pool_size = 614400000 # INITIAL
- large_pool_size = 61440000
- java_pool_size = 0
- log_checkpoint_interval = 10240000
- log_checkpoint_timeout = 1800
- processes = 1024 # INITIAL
- log_buffer = 262144 # INITIAL
- # audit_trail = false # if you want auditing
- # timed_statistics = false # if you want timed statistics
- # max_dump_file_size = 10000 # limit trace file size to 5M each
- # log_archive_start = true
- # log_archive_dest_1 = "location=/oracle/app/admin/xxxxX/arch"
- # log_archive_format = arch_%t_%s.arc
- #rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6 )
- # # of rollback segments = transactions / transactions_per_rollback_segment
- # In this example each instance will grab 40/10 = 4:
- # transactions = 40
- # transactions_per_rollback_segment = 10
- # global_names = false
- # db_domain = us.acme.com # global database name is db_name.db_domain
- # oracle_trace_enable = true
- #Change the plan name if you have created your own resource plan.# resource_mana
- ger_plan = system_plan
- db_block_size = 8192
- remote_login_passwordfile = exclusive
- os_authent_prefix = ""
- job_queue_processes = 4
- job_queue_interval = 60
- distributed_transactions = 10
- open_links =30
- mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
- # mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
- compatible = "8.1.0"
- sort_area_size = 2048000
- sort_area_retained_size = 2048000
复制代码 [/code] |
|