Вы находитесь на странице: 1из 3

7/8/2019 .

: Adpreclone and Adcfgclone

More

Learn DBA, APPS DBA, CLOUD,WEBLOGIC

HOME ORACLE DATABASE ORACLE APPLICATION UNIX/SCRIPTING WEBLOGIC ORACLE CLOUD CONTACT

Viewers Tuesday, June 13, 2017 Follow ME

22,547 Adpreclone and Adcfgclone Followers (1)

What will happen When you run Adpreclone and Adcfgclone?


Adpreclone.pl script prepare the source system to be cloned by collecting information about source Follow
RECENT POSTS
system. Create a cloning stage area,generate template and driver from existing files that contain source specific hard
Adpreclone and Adcfgclone coded value.
When you run “adpreclone.pl dbTier” on DB side
R12.2 ARCHITECTURE Search
Following directories will be created in the ORACLE_HOME/appsutil/cloneJlib, db, data where “Jlib” relates to libraries “db”
Apps password Change for EBS will contain the techstack information, “data” will contain the information related to datafiles and required for cloning.
12.2: Creates driver files at ORACLE_HOME/appsutil/driver/instconf.drv
Converts inventory from binary to xml, the xml file is located at
fnd_conc_clone.setup_clean and
cmclean.sql $ORACLE_HOME/appsutil/clone/context/db/Sid_context.xml
Prepare database for cloning: This includes creating database control file script and datafile location information file at
Blog Archive
Difference Between Local Inventory $ORACLE_HOME/appsutil/templateadcrdbclone.sql, dbfinfo.lst
and Global Inventory: Generates database creation driver file at ORACLE_HOME/appsutil/clone/data/driverdata.drv ► 2019 (59)
Copy JDBC Libraries at ORACLE_HOME/appsutil/clone/jlib/classes12.jar and appsutil ► 2018 (16)
TOP POSTS & PAGES ▼ 2017 (49)
When you run “adpreclone.pl appsTier” On Apps Side
Adpreclone and Adcfgclone This will create stage directory at $COMMON_TOP/clone. This also run in two steps. ► Novembe
Techstack: Creates template files for Oracle_iAS_Home/appsutil/template and Oracle_806_Home/appsutil/template ► October
R12.2 ARCHITECTURE Creates Techstack driver files for IAS_ORACLE_HOME/appsutil/driver/instconf.drv and
806_ORACLE_HOME/appsutil/driver/instconf.drv ► Septemb
Apps password Change for EBS
12.2: APPL_TOP preparation: It will create application top driver file at $COMMON_TOP/clone/appl/driver/appl.drv-Copy JDBC ► August (2
libraries and $COMMON_TOP/clone/jlib/classes111.zip
Difference Between Local Inventory ► July (4)
and Global Inventory: ▼ June (17
what Perl adcfgclone.pl dbTechStack do?
fnd_conc_clone.setup_clean and Perl adcfgclone.pl dbTechStack will do below things. Important
cmclean.sql 1)Create context file
RAC(Rea
2)Register ORACLE_HOME cluster
FNDFS and FNDSM
3)Relink ORACLE_HOME
fnd_conc
Basics knowledge on Weblogic 4)Configure ORACLE_HOME
clean a
Server & Administration 5)Start SQL*NET listener cmclea
ORA-01276: Cannot add file How to re
/u01/datafile/o1_mf_apps_ts__g601k what Perl adcfgclone.pl dbTier do?
file
z6x_.dbf. File has an Oracle 1)Create context file
Managed Files file name. 2)Register ORACLE_HOME Crontab F
3)Relink ORACLE_HOME Data Dict
How to find Oracle EBS Weblogic
Server Admin Port and URL: 4)Configure ORACLE_HOME and V$
5)Recreate controlfile views(d
ORA-32771: cannot add file to bigfile 6)Configure database SYS, SYS
tablespace
7)Start SQL*NET listener SYSOP
== SYSTE
cd $ORACLE_HOME/appsutils/clone/bin SGA_MA
perl adcfgclone.pl dbTier pwd=apps SGA_T
This will use the templates and driver files those were created while running adpreclone.pl on source system and has been MEMO
copied to target system. & MEM
Following scripts are run by adcfgclone.pl dbTier for configuring techstack begin bac
adchkutl.sh — This will check the system for ld, ar, cc, and make versions.
Adpreclon
adclonectx.pl — This will clone the context file. This will ceate a new context file as per the details of this instance.
Adcfgc
runInstallConfigDriver — located in $Oracle_Home/appsutil/driver/instconf.drv
Relinking $Oracle_Home/appsutil/install/adlnkoh.sh — This will relink ORACLE_HOME Cloning P
For data on database side, following scripts are runDriver file $Oracle_Home/appsutil/clone/context/data/driver/data.drv Physical
Create database adcrdb.zipAutoconfig is runControl file creation adcrdbclone.sql Databa
Run adcfgclone.pl for dbTier. Unable to
output
what Perl adcfgclone.pl appsTier do? concur
perl adcfgclone.pl appsTier will do below things.
Oracle 12
1)Create context file
2)Register ORACLE_HOME Login sto
databa
3)Relink ORACLE_HOME
exhaus
4)Configure ORACLE_HOME
Grid PSU

https://moreappsdba.blogspot.com/2017/06/adpreclone-and-adcfgclone.html 1/3
7/8/2019 .: Adpreclone and Adcfgclone
5)Create INST_TOP
User deta
6)Configure APPL_TOP name
7)Start Apps Processses
== ► May (6)
On Application Side ► February

cd $COMMON_TOP/clone/bin/ ► January
perl adcfgclone.pl appsTier pwd=apps
Following scripts are run by adcfgclone.pl:
Creates context file for target adclonectx.pl
Contact Me
Run driver files $ORACLE_HOME/appsutil/driver/instconf.drv and $IAS_ORACLE_HOME/appsutil/driver/instconf.drv
Relinking of Oracle Home $ORACLE_HOME/bin/adlnk806.sh and $IAS_ORACLE_HOME/bin/adlnkiAS.sh
At the end it will run the driver file $COMMON_TOP/clone/appl/driver/appl.drv and then runs autoconfig.
Name

When we run adcfgclone.pl which script it will call?


It will call adclone.pl which is located at $AD_TOP/bin .
Email *
When we run perl adpreclone.pl dbTier why it requires apps password?
It requires a database connection to validate apps schema.
Message *
When do you run adpreclone on Production?
If any changes made to either TechStack,database or any patches applied.

How do we find adpreclone is run in source or not ?


If clone directory exists under $RDBMS_ORACLE_HOME/appsutil for oracle user and $COMMON_TOP/clone for
applmgr user.
Send

When we run perl adpreclone.pl appTier why it will not prompt for apps password?
It doesn’t require db a connection.

adcfgclone on database node we had three modes


perl adcfgclone.pl dbTier
It will configure the ORACLE_HOME on the target database tier node and recreate the controlfiles.
This is specially used in case of standby database and/or hot backups. It will take care of all the steps.

perl adcfgclone.pl dbTechStack


It will configure the ORACLE_HOME on the target database tier node only. Relink the oracle home.

perl adcfgclone.pl dbconfig


It is used to configure the database with context file.Database should be in open mode.

adcfgclone.pl appsTier dualfs


DUALFS – new feature is introduced in the latest AD-TXK Delta 7.
This feature will create both the filesystems fs1 and fs2 during the clonning process.

at 1:05 PM

No comments:
Post a Comment

Enter your comment...

Comment as: nagakishoreklm Sign out

Publish Preview Notify me

Newer Post Home Older Post

Subscribe to: Post Comments (Atom)

Learn oracle apps DBA

https://moreappsdba.blogspot.com/2017/06/adpreclone-and-adcfgclone.html 2/3
7/8/2019 .: Adpreclone and Adcfgclone
MMR. Ethereal theme. Powered by Blogger.

https://moreappsdba.blogspot.com/2017/06/adpreclone-and-adcfgclone.html 3/3

Вам также может понравиться