- 1、本文档共28页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
tar安装oracle(焦油安装Oracle)
tar安装oracle(焦油安装Oracle)
Server information in the original database:
[oracle@haoc2008 data]$more /etc/issue
Red, Hat, Enterprise, Linux, ES, release, 4 (Nahant)
Kernel, R, on, an, M
[oracle@haoc2008 data]$uname -a
Linux, haoc2008, 2.6.9-5.ELsmp, #1, SMP, Wed, Jan, 5, 19:29:47, EST,, x86_64, GNU/Linux, x86_64, x86_64
Server information for the new database:
[root@yans2 soft]# more /etc/issue
Enterprise, Linux, Enterprise, Linux, AS, release, 4 (October, Update, 4)
Kernel, R, on, an, M
[root@yans2 soft]# uname -a
Linux, yans2, 2.6.9-.1.ELsmp, #1, SMP, Sun, Oct, 15, 15:13:57, PDT,, x86_64, GNU/Linux, x86_64, x86_64
The two operating systems are different, but the problem is small.
1, add users to the new server
Groupadd oinstall
Useradd -g oinstall Oracle
2, add the relevant directory on the new server
MKDIR -p /data/oracle/product
3, set the core parameters
VI, /etc/sysctl.conf, add
Kernel.shmall = 2097152
Kernel.shmmax = 8589934592
Kernel.shmmni = 4096
Kernel.sem = 25032000100128
Fs.file-max = 65536
Net.ipv4.ip_local_port_range = 102465000
Net.core.rmem_default = 262144
Net.core.rmem_max = 262144
Net.core.wmem_default = 262144
Net.core.wmem_max = 262144
Make settings effective:
Sysctl -p
4, modify the Oracle users environment variables
Su - Oracle
VI.Bash_profile added:
Export ORACLE_SID=newdemo
Export ORACLE_BASE=/data/oracle
Export ORACLE_HOME=/data/oracle/product/10.2
Export PATH=$ORACLE_HOME/bin:$PATH
Export NLS_LANG= SIMPLIFIED CHINESE_CHINA.ZHS16GBK
5, the original server package
Pack and compress things under $ORACLE_HOME:
CD $ORACLE_BASE/product
Tar CFZ oracle10203.tar 10.2
6, send to the new server and decompress
SFTP...
CD $ORACLE_BASE/product
Tar -xzfv oracle10203
7, modify the file after decompression is the main
[root@yans2, oracle]#, chown, -R, oracle:oinstall, /data/
Chown:, changing, ownership, of, `/data/oracle/product/10.2/rdbms/filemap: No, such, file, or, directory
An error has occurred here. The prompt file does not exist. After checking, this is
您可能关注的文档
- 甲状腺肿瘤(Thyroid neoplasms).doc
- 甲磺酸培氟沙星注射液(pefloxacin mesylate injection).doc
- 甲磺酸培氟沙星片(Pefloxacin Mesylate Tablets).doc
- 甲肝知识与传播途径(Hepatitis a knowledge and route of transmission).doc
- 甲醇技术(Methanol technology).doc
- 甲醇汽车改装后应该注意的问题(Problems needing attention after modification of methanol automobile).doc
- 甲骨文挑战IBM胜算几何(Oracle challenges IBM winning geometry).doc
- 甲骨文的发现(Discovery of Oracle Bones).doc
- 电骡emule有哪些信誉好的足球投注网站和下载国外资源的一点心得(Electric mule eMule search and download foreign resources a little experience).doc
- 画册书籍设计与印刷工艺之间的关系(The relation between picture book design and printing process).doc
- 安全生产考核奖惩制度3篇.doc
- 颅脑损伤病人的护理查房【优质公开课】精品PPT课件模板.pptx
- 二零二二年度德州继续教育公需科目《公共事务管理与服务能力》试题及答案.pdf
- 二零二二年度党风廉政建设知识竞赛题库(含答案).pdf
- 二零二二年度度枣庄市专业技术人员继续教育公需科目培训班互动题.pdf
- 二零二二年度儿童保健学试题库(含答案).pdf
- 二零二二年度第十九届中国东南地区数学奥林匹克竞赛高一试题(含答案).pdf
- 二零二二年度动物卫生监督题库(含答案).pdf
- 黑龙江省大庆市重点中学2023-2025学年高一下学期2月开学考试英语试题(含解析).docx
- 二零二二年度法检书记员招考《公基》测试题库(含答案).pdf
文档评论(0)