EBS R12.2 Online Patching(ADOP)及Oracle EBR - 3
7. 實際上online patching還是要花較長時間, online patching總共分一下幾個步驟:
prepare -> apply -> finalize ->cutover -> cleanup
第一步, prepare會做patch fs與runtime fs的同步,建立需要的資料庫物件以及編譯這些物件(雖然安裝EBS時就
有了double file system, 但是現在不同步了),可能花的時間會比較長。
第二步, apply,將patch從patching stage同步到patch fs,但不會立即更改到runtime fs
第三步, finalize , 為cutover階段做準備(就是不停機時可以做的一些前置工作,如果不執行finalize,那麼cutover時會檢查然後自動做一次)
第四步, cutover,runtime和patch fs交換,db objects會同步到runtime,然後編譯,這一步同樣可能會很花時間
第五步, cleanup,清理。
8. If custom code is installed on a separate database schema, do I have to edition-enable my custom database schema?
The coding standards in the Oracle E-Business Suite Developer's Guide state that the first step to any custom application
development is to register the custom Oracle schema with the Oracle E-Business Suite applications. The Online Patching
enablement patch enables editioning on all the schemas registered with the application. If you follow this process, your
schema will be edition-enabled automatically.
– R12.2中客戶化schema在應用中註冊後即可自動開啟DB edition特性。是否就和EBS標準功能schema一樣了,而不需要
特別編寫程式碼了呢 ?(待查證)
如果客戶化程式碼執行在一個獨立於EBS的資料庫schema下,是否必須edition-enable客戶化資料庫schema ?
在EBS開發指導中的編碼標準規定,任何自定義應用程式開發的第一步是在EBS應用中註冊客戶化應用,以及註冊
客戶化資料庫使用者(schema),online patching會在所有應用中註冊的schema上啟用editioning,如果遵循這個
流程,你的schema將自動edition-enabled 。如何註冊參考:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-1159851/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- EBS R12.2 Online Patching(ADOP)及Oracle EBR - 2Oracle
- 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 EBS DBA指南筆記1-3Oracle筆記
- oracle ebsOracle
- Oracle EBS R12.1.1 安裝及配置Oracle
- Oracle EBS R12.1.1 應用克隆 - 3Oracle
- 【EBS】Oracle EBS 之 OM 模組整理(1)Oracle
- EBS R12克隆 - Oracle11.2.0.3 EBS資料庫克隆(RMAN恢復) 3Oracle資料庫
- 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
- Oracle Linux up3+ORACLE EBS R12.0.4->12.0.6 基本完成..OracleLinux
- 5/1 ~23在家安裝了3 套ORACLE EBS 11.5.10.2Oracle
- 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密碼
- ebs二次開發3