📄 initoradb.ora
字号:
db_name = oradbinstance_name = oradbservice_names = oradbcontrol_files = ("/opt/oracle/oradata/oradb/control01.ctl", "/opt/oracle/oradata/oradb/control02.ctl")db_block_size = 8192db_block_buffers = 5000shared_pool_size = 10000000log_checkpoint_interval = 0log_checkpoint_timeout = 0log_buffer = 163840processes = 200sessions = 500open_cursors = 500sort_area_size = 10485760sort_area_retained_size = 10485760db_block_lru_latches = 4db_writer_processes = 4# 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=/opt/oracle/admin/oradb/arch"#log_archive_format = %t_%s.dbf# If using private rollback segments, place lines of the following# form in each of your instance-specific init.ora files:#rollback_segments = (r01, r02, r03, r04)# Global Naming -- enforce that a dblink has same name as the db it connects to# global_names = false# Uncomment the following line if you wish to enable the Oracle Trace product# to trace server activity. This enables scheduling of server collections# from the Oracle Enterprise Manager Console.# Also, if the oracle_trace_collection_name parameter is non-null,# every session will write to the named collection, as well as enabling you# to schedule future collections from the console.# oracle_trace_enable = truejob_queue_processes = 4job_queue_interval = 60# define directories to store trace and alert filesbackground_dump_dest = /opt/oracle/admin/oradb/bdumpcore_dump_dest = /opt/oracle/admin/oradb/cdumpuser_dump_dest = /opt/oracle/admin/oradb/udumpremote_login_passwordfile = noneos_authent_prefix = ""compatible = "8.1.0"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -