网站大量收购独家精品文档,联系QQ:2885784924

手动创建oracle数据库,手动创建listener(Manually create the Oracle database and manually create listener).doc

手动创建oracle数据库,手动创建listener(Manually create the Oracle database and manually create listener).doc

  1. 1、本文档共13页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
手动创建oracle数据库,手动创建listener(Manually create the Oracle database and manually create listener) Manually create the Oracle database, manually create listener, Oracle Software has been installed, set up Export ORACLE_BASE=/oracle Export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1 # export ORACLE_SID=infodb Export PATH=$ORACLE_HOME/bin:$PATH:$HOME/bin Export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib Export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK Export LANGUAGE=CHINESE Unset USERNAME Stty erase ^H Export TREM=vt100 1. set ORACLE_SID Export ORACLE_SID=test 2. build password files Orapwd file=orapw$ORACLE_SID password=oracle entries=10 Note that file=orapw$ORACLE_SID does not have an extension Linux/Unix:file=orapw$ORACLE_SID Windows:file=orapwd$ORACLE_SID 3. build the required directories MKDIR -p $ORACLE_BASE/admin/test/adump MKDIR -p $ORACLE_BASE/admin/test/bdump MKDIR -p $ORACLE_BASE/admin/test/cdump MKDIR -p $ORACLE_BASE/admin/test/dpdump MKDIR -p $ORACLE_BASE/admin/test/pfile MKDIR -p $ORACLE_BASE/admin/test/udump MKDIR -p $ORACLE_BASE/flash_recovery_area MKDIR -p $ORACLE_BASE/oradata/test 4. create the initialization parameter file init$ORACLE_SID.ora To build a init file quickly, remove the comments from the original sample file using the following methods: Cat $ORACLE_HOME/dbs/init.ora |grep -v ^#|grep -v ^ $init$ORACLE_SID.ora Note the memory parameters, except for adding Sga_target=280M Dont add other memory parameters. Be careful not to start the database. $ORACLE_HOME/dbs/init$ORACLE_SID.ora As follows: Job_queue_processes=10 Db_block_size=8192 Db_file_multiblock_read_count=16 Open_cursors=300 Db_domain= Db_name=test Background_dump_dest=/oracle/admin/test/bdump Core_dump_dest=/oracle/admin/test/cdump User_dump_dest=/oracle/admin/test/udump Control_files= (/oracle/oradata/test/control01.ctl, /oracle/oradata/test/control02.ctl., /oracle/oradata/test/control03.ctl) Compatible=10.2.0.1.0 Processes=150 Sga_target=280M Audit_file_dest=/oracle/admin/test/adump Remote_lo

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档