手工创建mysql数据库_Oracle手工创建数据库
##############################################################################
# Copyright (c)1991, 2001, 2002 byOracle Corporation
##############################################################################
###########################################
# Shared Server
###########################################
dispatchers=”(PROTOCOL=TCP) (SERVICE=orclXDB)”
###########################################
# Miscellaneous
###########################################
compatible=11.2.0.0.0diagnostic_dest=C:\app\Administrator
memory_target=396337664###########################################
# SecurityandAuditing
###########################################
audit_file_dest=C:\app\Administrator\admin\orcl\adump
audit_trail=db
remote_login_passwordfile=EXCLUSIVE
###########################################
#DatabaseIdentification
###########################################
db_domain=””db_name=orcl
###########################################
#FileConfiguration
###########################################
control_files=(“C:\app\Administrator\flash_recovery_area\orcl\control01.ctl”, “C:\app\Administrator\flash_recovery_area\orcl\control02.ctl”,
“C:\app\Administrator\flash_recovery_area\orcl\control03.ctl”)
db_recovery_file_dest=C:\app\Administrator\flash_recovery_area
db_recovery_file_dest_size=402029312###########################################
# CursorsandLibrary Cache
###########################################
open_cursors=300###########################################
# System Managed Undoand RollbackSegments
###########################################
undo_tablespace=UNDOTBS1
###########################################
# Network Registration
###########################################
local_listener=LISTENER_ORCL
###########################################
# ProcessesandSessions
###########################################
processes=150###########################################
# Cacheand I/O
###########################################
db_block_size=8192
还没有评论,来说两句吧...