PowerEdge6850安裝Oracle10g
1、刪除/etc/orainst.loc /etc/oratab;
2、修改/etc/sysctl.conf (核心引數),加入
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
執行#sysctl -p 立即生效
3、unzip 10201_database_linux32.zip;
4、#xhost local:oracle
5、su oracle
source /home/oracle/.bash_profile --立即生效環境變數
6、./runInstaller
[@more@]刪除/etc/oraInst.loc /etc/oratab
#vi /etc/sysctl.conf
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
#sysctl -p
#xhost local:oracle
#su oracle
$source ./home/oracle/.bash_profile
$./runInstaller
--檢視job引數
SQL> show parameter job_queue_process
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes integer 0
SQL> alter system set job_queue_processes=10;
System altered
SQL> show parameter job_queue_process
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes integer 10
alter tablespace USERS add datafile '/home/oracle/oracle/product/10.2.0/oradata/pdsbb/users03.dbf' size 2048M;
alter tablespace TEMP add tempfile '/home/oracle/oracle/product/10.2.0/oradata/pdsbb/temp02.dbf' size 1024M;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/81211/viewspace-1060422/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10g 安裝Oracle
- 解除安裝oracle10gOracle
- 安裝oracle10g for aixOracleAI
- oracle10g GC agent安裝與解除安裝OracleGC
- redhatas下安裝oracle10gRedhatOracle
- 靜默安裝oracle10gOracle
- CentOS 5.4安裝oracle10gCentOSOracle
- oracle10g statspack--安裝Oracle
- oracle10g 靜默安裝Oracle
- linux下安裝oracle10gLinuxOracle
- oracle10g ASM+RAC安裝OracleASM
- rhel5安裝oracle10gOracle
- Debian下安裝Oracle10gOracle
- Ubuntu上Oracle10g安裝指南UbuntuOracle
- ORACLE10G AWR安裝配置---05Oracle
- Linux 下安裝Oracle10gLinuxOracle
- Redhat 5 下 Oracle10g 安裝RedhatOracle
- silent安裝oracle10g 10.2.0.4 patchOracle
- silent安裝oracle10g 10.2.0.5 patchOracle
- RedHat AS4 下安裝oracle10gRedhatOracle
- Oracle10g RAC with ocfs在windows安裝OracleWindows
- windows下oracle10g RAC的安裝WindowsOracle
- CENTOS下oracle10g安裝的配置CentOSOracle
- opensuse12.1安裝oracle10gOracle
- Oracle10g RAC安裝手冊 (zt)Oracle
- 【轉】redhat 5 安裝oracle10g方法RedhatOracle
- Solaris10上安裝Oracle10gOracle
- linux5.2上安裝oracle10gLinuxOracle
- solaris10下安裝oracle10g文件Oracle
- Oracle10G RHEL5安裝手冊Oracle
- windows7安裝oracle10g報錯WindowsOracle
- 在AIX上安裝配置Oracle10g RACAIOracle
- 在VMware 上安裝配置Oracle10g RACOracle
- oracle10g在linux下的安裝OracleLinux
- Oracle10g 在AIX 5.3上的安裝OracleAI
- oracle10g for redhat as4 安裝過程。OracleRedhat
- 在rhel5上安裝oracle10gOracle
- RH4上安裝oracle10g薦Oracle