ebs克隆oracle not,Oracle EBS 12.1.3 Rapid Cloning 克隆
Prerequisite Steps
如何克隆的目標主機含有Oracle EBS的運行實例,那么可以跳過操作系統補丁和一些必要軟件的檢查,否則需要查詢Oracle EBS安裝前必要的一些軟件是否安裝全或者操作系統參數是否配置。(如果已經有Oracle EBS正在運行,證明這些軟件都已經安裝了,不用檢查。具體請查看Oracle EBS安裝文檔。)
1. If your target server holds at least one Oracle Apps R12.1.3 instance,you can skip for any OS patch or software requirement section. As the server is running a Oracle Apps instance,we can assume the server has all the
mandatory OS patch and required software. Else look into the Metalink for platform specific requirements.
2.Apply Latest AD patch
Check whether AD patch version is atleast R12.AD.B.3. You can check that using following query.
SELECTpatch_levelFROMfnd_product_installationsWHEREpatch_levelLIKE'R12.AD%'
If it is below that level apply patch 9239089.
檢查現在的EBS系統是否安裝AD patch補丁 R12.AD.B.3(一般都回安裝的)可以通過上面的sql語句查看是否安裝該補丁。
3.Apply the latest AutoConfig template patch
Update the Oracle Applications file system with the AutoConfig files by applying the latest AutoConfig Template patch (Patch 9386653 for 12.0.X customers and Patch 8919489 for 12.1.X customers) to all application tier nodes in the Applications instance. You can check whether this patch is already there or not in your system by the following sql.
SELECT*FROMad_applied_patchesWHEREpatch_name ='8919489'
[忽略]
4.Apply the latest Rapid Clone patches
For Release 12.1 apply following patches.
9171651:R12.OAM.B 12.1 RAPIDCLONE CONSOLIDATED FIXES JUL/2010
9833058:R12.OAM.B HOT CLONE FAILS WITH ORA-00201 DURING RECOVERY MANAGER
12404574:R12.OAM.B ORACLE_HOME REGISTRATION DOES NOT HAPPEN WITH CENTRAL INVENTORY ON LOZ
12598630:R12.OAM.B R12.1 ONE-OFF FOR S_DB_LISTENER BUG 12362010
[忽略]
5.Run AutoConfig on the application tiers
Follow the steps under section " Run AutoConfig on the Application Tiers " in My Oracle Support Knowledge Document 387859.1 to run AutoConfig on all application tier nodes.
6.Synchronize appsutil on the database tier nodes
Follow the steps under section "Copy AutoConfig to the RDBMS ORACLE_HOME" in My Oracle Support Knowledge Document 387859.1 to copy AutoConfig and Rapid Clone files to each database node via the admkappsutil.pl utility.
7.Run AutoConfig on the database tier
Follow the steps under section "Run AutoConfig on the Database Tier" in My Oracle Support Knowledge Document 387859.1 to run AutoConfig on the database tier nodes.
8.Maintain Snapshot Information
Log in to each application tier node as the APPLMGR user,and run "Maintain Snapshot Information" in AD Administration. To update the snapshot,please select the following options "Update Current View Snapshot" and "Update Complete APPL_TOP".
Cloning Steps
9.Prepare the source system
Execute the following commands to prepare the source system for cloning.
Prepare the source system database tier for cloning
Log on to the source system as the ORACLE user,and run the following commands.
cd[RDBMSORACLE_HOME]/appsutil/scripts/[CONTEXT_NAME]
perladpreclone.pldbTier
切換到EBS的ORACLE用戶,并切換到腳本目錄,運行perladpreclone.pldbTier 進行數據庫層預克隆
Prepare the source system application tier for cloning
Log on to the source system as the APPLMGR user,and run the following commands on each node that contains an APPL_TOP:
copy
總結
以上是生活随笔為你收集整理的ebs克隆oracle not,Oracle EBS 12.1.3 Rapid Cloning 克隆的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 七段显示器显示整数C语言答案,C语言程序
- 下一篇: 数学建模方法总结(matlab)