
1/6
單實例升級
一、解壓11.0.4 安裝軟件:
[oracle@localhost ~]$ unzip db_112040_Linux-x86-64_1of7.zip
[oracle@localhost ~]$ unzip db_112040_Linux-x86-64_2of7.zip
二、創建安裝目錄:
mkdir -p /u01/oracle/11.2.0.4/product
chown -R oracle:oinstall /u01/oracle/11.2.0.4/product
chmod -R 775 /u01/oracle/11.2.0.4/product
三、安裝數據庫軟件:
[oracle@localhost database]$ LANG=C
[oracle@localhost database]$ ./runInstaller
評論