EBS R12.2 Online Patching(ADOP)及Oracle EBR - 2
4. Is any downtime required for the database tier? - 資料庫層不需要downtime
No. In fact, the database needs to be up and running during each phase of the Online Patching cycle. However, non-Oracle E-Business Suite delivered database clients need to re-establish their database connection after the Online Patching cutover phase is performed. This includes connections from ODI Agent and Discoverer Server, as well as connection pools from Oracle SOA Suite and any other third party software connected to the Oracle E-Business Suite database.
5. How does Online Patching work on the application tier?
During Release 12.2 installation, Rapid Install will lay down two copies of the application tier file system. One of the copies will be labeled as the run file system, and the other as the patch file system. Subsequently, when a patch is applied, adop will:
1). Synchronize the contents of the run file system to the patch file system. This happens during the prepare phase.
2). Perform patching actions on the patch file system. This happens during the apply phase.
3). Finally, during the cutover phase, the adop utility restarts the application tier services. The patch file system is then promoted to be the new run file system, and the old run file system becomes the patch file system for the next patching cycle.
6. 資料庫EBR :
僅僅對資料庫進行變更(不含應用變更),使用EBR可以實現資料庫不停機。 即在EBR操作完成後,還連線著資料庫的應該還使用舊的版本,新連線的程式或session 在修改預設edition為new_edition後會使用到新版本。直到全部更新完成 。 EBS R12.2軟體包不僅僅是資料庫變更,還包括應用,不能新舊版本並行。
GRANT USE ON EDITION new_edition_name TO PUBLIC ; --- 將新版本的使用許可權賦予給所有人
ALTER DATABASE DEFAULT EDITION = new_edition_name ; --- 切換預設edition為新版本
After that I’ll give an alternative ending to this example. Instead of simply “shut off the old version and start using the new
version”—a warm cutover —we’ll perform a hot rollover , whereby we’ll enable the legacy application to run concurrently
with the new application until the legacy application is no longer needed. This hot rollover capability reduces downtime from
seconds to nonexistent.
然後我會給出這個例子的另一個結尾。它不是簡單地“切斷舊版本並開始使用新版本”,即“溫切換”,我們要進行
的是一個“熱交割”,藉助它我們可以使得舊版本和新版本同時併發執行,直到我們不再需要舊版本應用程式為止。
這個熱交割技術把停機時間從幾秒縮減到根本沒有。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-1159253/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- EBS R12.2 Online Patching(ADOP)及Oracle EBR - 3Oracle
- EBS R12.2 Online Patching(ADOP)及Oracle EBR - 1Oracle
- Oracle opatch - offline patching 及 online patchingOracle
- EBS R12.2 adop phase=prepare 與 adop phase=fs_clone 的關係與區別
- oracle叢集patchingOracle
- Oracle EBR 基於版本重定義Oracle
- EBS R12.2 EBSapps.env 環境變數 及 run/patch 檔案版本切換APP變數
- adop -status 檢視pending ADOP sessionSession
- Oracle EBS 及資料庫收藏網站Oracle資料庫網站
- oracle ebsOracle
- 11gR2 EBR:Sequence,dblinke,global temporary 發生變化, EBR還是不能實現editioned
- Oracle EBS R12.1.1 安裝及配置Oracle
- Oracle EBS R12.1.1 應用克隆 - 2Oracle
- 【EBS】Oracle EBS 之 OM 模組整理(1)Oracle
- EBS R12克隆 - Oracle11.2.0.3 EBS資料庫克隆(RMAN恢復) 2Oracle資料庫
- Oracle EBS ATTACHMENT with fileOracle
- Oracle ebs patch typeOracle
- Oracle EBS基礎學習:Oracle EBS啟用診斷功能Oracle
- ORACLE EBS常用表及查詢語句(最終整理版)Oracle
- oracle online DocOracle
- ORACLE EBS INSTALL of ebs12 install packagesOraclePackage
- Oracle EBS Monitoring ScriptsOracle
- ORACLE EBS 簡稱大全Oracle
- linux 6安裝EBS R12.2 Post-Install Check : RW-50016: Error: - {0} was not createdLinuxError
- EBS開發筆記-2筆記
- rebuild index online和create index online及沒有online的區別RebuildIndex
- EBS form 及 jsp 編譯ORMJS編譯
- Leetcode - Patching ArrayLeetCode
- [轉載] Oracle EBS 入門Oracle
- Oracle EBS R12 "OutOfMemoryError"OracleError
- How to gather statistics on Oracle eBS.Oracle
- Oracle EBS AD Merge PatchOracle
- ORACLE EBS中的bne logOracle
- Oracle EBS中打補丁Oracle
- Oracle EBS R12.1 版本各種開啟及關閉操作Oracle
- Oracle EBS中的四類schema及使用FNDCPASS修改密碼的方式Oracle密碼
- Oracle Redefining Tables OnlineOracle
- ebs二次開發2