在RHAS2.1上打9205的補丁簡單總結!
作者:zhangsy
一般分三個階段:
一. before you install this patch set
二. patch set installation tasks
三. post-installation procedures
第一步省略
第二步patch set installation tasks又分為:
1. log in as the oracle account and make sure the environment is set to the ORACLE_HOME and ORACLE_SID variables.
2. 解壓patch檔案,生成一個字尾名為 .cpio 的檔案,然後執行以下命令
cpio -idmv < .cpio
3. shutdown immediate/normal
4. stop listener,agent and other running processes
5. 用解壓後的patch檔案安裝 oracle universal installer release 10.1.0.2
6. 啟動剛才安裝好的oracle universal installer release 10.1.0.2,選擇patch中的products.xml檔案安裝patch
7. exit
第三步post-installation procedures又分為:
1. start listener
2. log in as sysdba using sql*plus
3. run startup migrate
4. run spool patch.sql
5. run @?/rdbms/admin/catpatch.sql
6. run spool off
7. review the patch.sql for errors
8. run the shutdown command
9. run the startup command
10.run the @?/rdbms/admin/utlrp.sql script (recompile all invalid pl/sql packages) 是可選項
11. end
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/75730/viewspace-779771/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- weblogic的版本及打補丁Web
- 如何給esxi打補丁
- Linux檔案打補丁Linux
- oracle打補丁回顧Oracle
- ORACLE打補丁的方法和案例Oracle
- DG環境下打補丁
- 打補丁打出新的BUG來了
- 打補丁時重建Inventory目錄
- Oracle RAC 19.3打19.5.1 RU補丁Oracle
- windows oracle 11201打補丁報錯WindowsOracle
- [202021127]sql打補丁問題.txtSQL
- SAP打補丁時需要注意的地方
- Oracle Goldengate 12c打pus補丁OracleGo
- 【PSU】怎麼給RAC打PSU補丁
- 19c 自動打RU補丁
- Git 打補丁-- patch 和 diff 的使用(詳細)Git
- Git 打補丁– patch 和 diff 的使用(詳細)Git
- [20220330]編寫sql打補丁的指令碼.txtSQL指令碼
- GPU 渲染管線簡單總結(網上資料總結)GPU
- Pygame的簡單總結GAM
- 伺服器打補丁需要注意的幾點伺服器
- 【UP_ORACLE】如何給Oracle DG打補丁(二)備庫安裝補丁步驟Oracle
- 【UP_ORACLE】如何給Oracle DG打補丁(三)主庫安裝補丁步驟Oracle
- ORACLE RAC的全自動 打補丁標準化文件Oracle
- 簡簡單單的總結,意如生活的平淡
- [20220329]19c sql語句打補丁.txtSQL
- [20210929]sql打補丁使用rule提示問題.txtSQL
- 19c rac自動打補丁步驟
- weblogic10.3.6軟體打補丁很慢問題Web
- 【補丁】Oracle補丁的知識及術語Oracle
- MySQL簡單總結MySql
- vuex簡單總結Vue
- Oracle 11g RAC自動打GI PSU補丁Oracle
- oracle 19c rac打補丁常見錯誤Oracle
- 伺服器批次打補丁 批次vps用什麼伺服器
- HTTP/2 特性的簡單總結HTTP
- HTML簡單知識的總結HTML
- RediSearch的簡單使用與總結Redis
- 在 CentOS/RHEL 系統上生成補丁合規報告的 Bash 指令碼CentOS指令碼