手动创建oracle数据库,手动创建listener(Manually create the Oracle database and manually create listener).doc
- 1、本文档共13页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
- 3d_max常用快捷键的设置(3d_max commonly used shortcut key settings).doc
- 3dmax2(3dmax2).doc
- 3dmax8.0中英文对照表(3dmax8.0 Chinese and English comparison list).doc
- 2冲程和4冲程有什么区别(What's the difference between a 2 stroke and a 4 stroke).doc
- 3dmax80中英文对照表(3dmax80 Chinese and English comparison list).doc
- 3dmax9(3dmax9).doc
- 3dmax常用命令英汉互译(3DMAX commonly used command in English Chinese Translation).doc
- 3dmax常用中英文翻译对照表(3DMAX translation in Chinese and English).doc
- 3dmax单词翻译(3DMAX word translation).doc
- 3dmax的材质参数(3DMAX material parameters).doc
- 手动win7 32位使用4G内存(Manual win7 32 bit using 4G memory).doc
- 手动安装或升级在Linux虚拟机的VMware Tools(Manually install or upgrade the VMware Tools on the Linux virtual machine).doc
- 手动创建Oracle数据库步骤(Manual creation of Oracle database steps).doc
- 手动创建数据库 oracle11g 详细且考虑所有错误解决办法版本 无偿奉献(Manually create database Oracle11g in detail and consider all error resolution versions free of charge).doc
- 手动挡车驾驶技巧(The manual transmission car driving skills).doc
- 手动挡车教程(The manual transmission car tutorial).doc
- 手动挡汽车换挡知识(Manual shift gear knowledge).doc
- 手动档离合器工作原理与半联动使用技巧(The working principle of manual clutch and the technique of semi linkage).doc
- 手动挡汽车驾驶技巧1(Manual car driving skills 1).doc
- 手动档汽车的换挡技巧(Shift skills for manual cars).doc
最近下载
- 寿盒(骨灰盒)供应及售后服务方案.pdf VIP
- 2025学年高一下学期期中考试物理试卷 Word版含答案 .pdf VIP
- 适老化全场景技术规范 第2部分:既有居住建筑适老化改造技术标准 .pdf VIP
- 生态系统多样性及保护.pptx VIP
- (高清版)ZT 0331-2020 地热资源评价方法及估算规程.pdf VIP
- T∕CBMCA 057.1-2024 适老化全场景技术规范 第1部分:居住建筑适老化基本要求.pdf
- DVBS2第二代卫星数字视频广播标准.pptx
- (完整word版)高考英语词汇3500词(必背) .pdf
- 项目五-气压回路分析课件.pptx VIP
- 复杂视频的深度分析与理解方法.PDF
文档评论(0)