【文章內(nèi)容簡介】
(目錄 ) (組選擇) 3./opt/oracle/product/ (安裝路徑) edition (安裝企業(yè)版) (這個時候不建庫,因為安裝完畢還需要打補?。? 15.安裝完 oracle 以后執(zhí)行以下補丁包 把所有補丁 copy到目錄 /gfj 下 ( 1)安裝 opatch工具,最新的版本是 su – oracle $ cd /gfj $ unzip ( 2)安裝補丁 su – oracle $ cd gfj $ unzip $ cd 3119415 $ export PATH=$PATH:/gfj/Opatch『 opatch工具的絕對路徑』 $ export PATH=$PATH:/sbin 『 the patch needs fuser which is located in /sbin』 $ which opatch /gfj/OPatch/opatch $ opatch apply 說 明: Before you apply the 3119415 patch, you need to make sure the fuser binary can be found by the oracle user, see the PATH environment variable below. Otherwise the patch can39。t be applied because the fuser binary is used by opatch. ( 3)安裝補丁 ,該補丁修復 agent錯誤的補丁 . $ su – oracle $ cd gfj $ unzip $ cd 3238244 $ export PATH=$PATH:/gfj/Opatch 『 opatch工具的絕對路徑』 $ export PATH=$PATH:/sbin 『 the patch needs fuser which is located in /sbin』 $ opatch apply Now you need to relink dbsnmp. $ su oracle $ cd $ORACLE_HOME/work/lib $ make f install 說明:測試在 AS3上打該補丁,但是 agentctl 服務依然無法啟動 ( 4)安裝補丁包 ,升級 oracle版本到 su oracle $ cd /gfj $ unzip Archive: creating: Disk1/ creating: Disk1/stage/ Modify 20201011 klmt creating: Disk1/stage/Patches/ ... 運行安裝程序: $ /gfj/Disk1/install/runInstaller 路徑名稱選擇安裝 oracle的路徑名稱 首先安裝 oracle universal installer 安裝完畢后再次運行安裝程序: $ /gfj/Disk1/install/runInstaller 路徑選擇同上,這次 選擇安裝 Oracle 9iR2 Patchset