oracle 数据库 安装 和优化
发布日期:2025-04-29 13:47:49
浏览次数:19
分类:精选文章
本文共 2260 字,大约阅读时间需要 7 分钟。
Oracle Grid Infrastructure?RDBMS????
????
1.1 ??????
- ???1GB ? 2GB ???
- ??????????????????????1GB??????
1.2 ????
- MEMORY_MAX_TARGET?MEMORY_TARGET??????????????????????
- /etc/security/limits.conf???oracle??????????oracle????????????
1.3 IP??
- /etc/hosts?????IP???????????????
- VIP???????IP???????????
??????
2.1 ??????
- ??????
groupadd??????????oinstall?dba?oper? - ???????
useradd????oracle?grid?????????????
2.2 ????
- oracle?????
passwd oracle????????su - oracle???? - grid?????????????
su - grid????
??????
3.1 ????
- /u01/app?????????
- /u01/app/grid???grid??????
- /u01/app/oraInventory???Oracle?????
- /u01/app/oracle???Oracle?????
3.2 ????
- ???????
chmod?chown????????? - ???????
chmod -R????????
Oracle??????
4.1 Oracle????
- /home/oracle/.profile???Oracle???????
export ORACLE_BASE=/u01/app/oracleexport ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1export ORACLE_SID=sourcedbexport PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:/usr/sbin/:$PATH
4.2 Grid????
- /home/grid/.profile???grid???????
export ORACLE_BASE=/u01/app/gridexport ORACLE_HOME=$ORACLE_BASE/product/11.2.0/gridexport PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:/usr/sbin/:$PATH
?????
5.1 ????
- unzip??????
- ?????????
./runInstaller???????
5.2 ????
- ORACLE_BASE?ORACLE_HOME???????
- CVU????????????
OPatch?PSU??
6.1 OPatch??
- OPatch???????OPatch?????
- OPatch?????
opatch lsinventory??????
6.2 PSU??
- PSU?????
opatch prereq CheckConflictAgainstOHWithDetail???? - PSU?????
opatch apply??PSU??
?????
7.1 SGA??
- ??SGA?????SQL????SGA??
SQL> alter system set sga_max_size = 50G scope=spfile;SQL> alter system set sga_target = 50G scope=spfile;
7.2 ????
- ????????
SQL> shutdown immediate?SQL> startup mount??
??????
8.1 /etc/sysctl.conf??
- sysctl?????????
fs.aio-max-nr=1048576fs.file-max=6815744kernel.shmall=2097152kernel.shmmax=4294967295kernel.shmmni=4096kernel.sem=250 32000 100 128net.ipv4.ip_local_port_range=9000 65500net.core.rmem_default=262144net.core.rmem_max=4194304net.core.wmem_default=262144net.core.wmem_max=1048576
8.2 limits.conf??
- oracle???????oracle????????????
oracle soft nproc 2047oracle hard nproc 16384oracle soft nofile 1024oracle hard nofile 65536oracle soft stack 10240oracle hard stack 32768
????
- ??????????????????
- ??SGA???
SQL> show parameter sga;??SGA?? - ??????????????
???????????Oracle Grid Infrastructure?RDBMS???????
发表评论
最新留言
表示我来过!
[***.240.166.169]2026年06月03日 20时34分51秒
关于作者
喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
php版Zencoding之 phpstorm
2023-03-01
PHP版本升级5.4手记
2023-03-01
php版本升级总结
2023-03-01
php版本微信公众号开发
2023-03-01
php版的微信公众号开发演示
2023-03-01
php生成html文件的多种方法介绍
2023-03-01
php生成二维码到图片上
2023-03-01
php生成二维码并下载图片(适应于框架)
2023-03-01
PHP生成及获取JSON文件的方法
2023-03-01
PHP生成唯一不重复的编号
2023-03-01
PHP生成器-动态生成内容的数组
2023-03-01
PHP的ip2long和long2ip升级函数
2023-03-01
php的web路径获取
2023-03-01
php的一些小笔记--字符串
2023-03-01
php的几种运行模式CLI、CGI、FastCGI、mod_php
2023-03-01
php的四大特性八大优势
2023-03-01
RabbitMQ
2023-03-01
PHP的威胁函数与PHP代码审计实战
2023-03-01