- 1、本文档共13页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
在linux 和firewire上创建自己的rac 集群(Create your own RAC cluster on Linux and FireWire)
在linux 和firewire上创建自己的rac 集群(Create your own RAC cluster on Linux and FireWire)
Insufficient switching capacity during installation causes Oracle Universal Installer to hang up or crash
To check the memory / exchange capacity you have allocated, you can type in:
# free
- or-
# cat /proc/swaps
- or-
Cat /proc/meminfo grep MemTotal #
If your memory is less than 512MB (between RAM and SWAP), you can add temporary swap space by creating temporary swap files. In this way, you dont have to use the original device or even rebuild it more thoroughly.
Create a file that is used as an additional swap space as an root, assuming the size is 300MB:
# DD if=/dev/zero of=tempswap bs=1k count=300000
Now we should change the permissions of the file:
# Chmod 600 tempswap
Finally, we format the partition as an exchange partition and add it to the swap space:
# mke2fs tempswap
# mkswap tempswap
# swapon tempswap
Set shared memory
Shared memory allows the process to access them by placing generic structures and data in the shared memory segment. This is the fastest form of inter process communication (IPC) - mainly because data does not involve kernel operations when data is passed between processes. There is no need to copy data between processes.
Oracle uses shared memory for its system wide area (SGA), a memory area shared by all Oracle backup processes and foreground processes. Allocating sufficient capacity for SGA is important for the performance of Oracle because it is responsible for saving database buffers, caching, shared SQL, access paths, and more.
To determine the limits of all shared memory, use the following command:
# IPCs -lm
Shared - Memory - Limits
Max, number, of, segments = 4096
Max, SEG, size (Kbytes) = 32768
Max, total, shared, memory (Kbytes) = 8388608
Min, SEG, size (bytes) = 1
Set SHMMAX
The SHMMAX parameter defines the maximum size (in bytes) of the shared memory segment. Oracle SGA contains shared memory, and incorrect setting of SHMMAX may limit the size of
您可能关注的文档
- 品牌因品质而联想(The brand is associated with quality).doc
- 咨询心理学 重点(Counseling Psychology Focus).doc
- 品牌传播三大忠告(Three tips for brand communication).doc
- 品牌战略制胜五步法(Five steps to win the brand strategy).doc
- 品牌接触点如何找到属于你的关键时刻(Brand touch how to find the critical moment for you).doc
- 品牌管理的魅力--中小企业发展的利器(The charm of brand management -- a tool for the development of small and medium enterprises).doc
- 品牌的民族性与文化超越(Nationality and cultural transcendence of brands).doc
- 品质宣传标语(Quality propaganda slogans).doc
- 咖啡酸片wiki上的解释(Explanation of caffeic acid sheet wiki).doc
- 哈中小型企业(Kazakhstan small and medium enterprises).doc
- 土地承包经营权流转并非土地私有化(The transfer of land contractual management right is not privatization of land).doc
- 在vc++ 中使用内嵌汇编(Using inline assembly in vc++).doc
- 在全面小康新农村建设中巩固和提高村党组织领导核心地位的调查与思考(Investigation and Reflection on consolidating and improving the leading position of village Party organizations in the construction of a well-off society in an all-round way).doc
- 在大陆发展从试场到战场 台商竞争力15年的演变(In the development of the continent from the centre to the battlefield Taiwan competitiveness 15 years of evolution).doc
- 在洗脸水里加点料能让你的肌肤更美好噢,爱美的男生,女生快来看看(In the face water, add a little material can make your skin better, oh, love boys, girls, come and see).doc
- 在洗脸水里加点料能让你的肌肤更美好噢,爱美的男生,女生快来看看吧!不看一定会后悔的哦!!!(In the face water, add a little material can make your skin better, oh, love boys, girls, take a look at it! Do not see will regret it!!!).doc
- 图书馆管理-浅谈图书馆2.0的建设(Library Management Discussion on the construction of library 2).doc
- 在满足人的发展需要中拓展空间——也谈高职教育的模式创新 --中国期刊网(Developing space in meeting the needs of human development -- on the mode innovation of Higher Vocational Education -- China Journal Network).doc
- 在物理教学中培养学生的批判性思维(Developing students' critical thinking in Physics Teaching).doc
- 在美国不可不知的100件事(100 things that must not be known in the United States).doc
文档评论(0)