- 1、本文档共28页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
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
文档评论(0)