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

手动创建Oracle数据库步骤(Manual creation of Oracle database steps).doc

手动创建Oracle数据库步骤(Manual creation of Oracle database steps).doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
手动创建Oracle数据库步骤(Manual creation of Oracle database steps) Manually create database steps: 1, determine the database related identity: database name (db_name), instance name (instanle_name), domain name (db_domain) 2, set the environment variable ORACLE_SID Set ORACLE_SID=XXXX //windows Export ORACLE_SID=XXXX //linux 3, manually edit an initialization parameter file Can be created through the ORACLE sample: C:\Oracle\product\10.2.0\db_1\admin\sample\pfile\initsmpl.ora / sample file path, but this file is not reasonable 4, use the ORADIM tool to create the support environment for instance operations C:\oradim, -new, -sid, PXDB, -intpwd, PASSWORD, -startmode, manual, //windows Add ORACLE_SID:ORACLE_HOME:Y|N //linux to the /etc/oratab file 5, enter the sqlplus environment: sqlplus /nolog 6. Connecting instances with super users: connect / as SYSDBA 7, convert the initialization parameter file in step 3 to SPFILE 8, the example to the NOMOUNT state: SQLSTARTUP NOMOUNT 9, execute the CREATE DATABASE command in the NOMOUNT state to create the database SQLCREATE DATABASE pxdb DATAFILE /oradata/db01/system_01_db01.dbfSIZE 100M AUTOEXTEND, on, NEXT, 10M, MAXSIZE, unlimited SYSAUX DATAFILE /oradata/db01/sysaux_01_db01.dbfSIZE 50M AUTOEXTEND, on, NEXT, 10M, MAXSIZE, unlimited LOGFILE GROUP 1 (/oradata/db01/log_01_db01.rdo) SIXZE 4M, GROUP 2 (/oradata/db01/log_02_db01.rdo) SIXZE 4M CHARACTER SET ZHS16GBK; Log files are better than G, and small ones can affect performance 10. Run the necessary script files to improve the internal environment of the database and run with SYS users C:\Oracle\product\10.2.0\db_1\RDBMS\ADMIN Catalog.sql / / create a data dictionary view Catproc.sql / / create a data dictionary package Pupbld.sql / / if not running ordinary users can not use sqlplus, create a table: produt_user_profile Initjvm.sql / / JAVA virtual machine running Catjava.sql / / create JAVA related data dictionary ////////////////////// 11, create listeners 12, configure Listening Pro

文档评论(0)

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

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

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档