EBS R12.2 Online Patching(ADOP)及Oracle EBR - 3

tolywang發表於2014-05-13

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/,如需轉載,請註明出處,否則將追究法律責任。

相關文章