1. Find out the Template file.
[oracle@ebs bin]$ cd $ORACLE_HOME
[oracle@ebs 12.1.0]$ cd appsutil/template/
[oracle@ebs template]$ pwd
/u01/StageR122/PROD/12.1.0/appsutil/template
[oracle@ebs template]$ ls -l adxdbctx.tmp
-rwxrwxrwx 1 oracle oinstall 23871 Dec 29 2015 adxdbctx.tmp
[oracle@ebs template]$

2. Go to $ORACLE_HOME/appsutil/bin
[oracle@ebs bin]$ echo $ORACLE_HOME
/u01/StageR122/PROD/12.1.0
[oracle@ebs bin]$
[oracle@ebs bin]$ cd /u01/StageR122/PROD/12.1.0/appsutil/bin/
[oracle@ebs bin]$ pwd
/u01/StageR122/PROD/12.1.0/appsutil/bin
[oracle@ebs bin]$ ls -l adbld*
-rwxrwxrwx 1 oracle oinstall 19775 Dec 29 2015 adbldxml.pl
[oracle@ebs bin]$

3. Follow the screen shot syntax:
[oracle@ebs bin]$ pwd
/u01/StageR122/PROD/12.1.0/appsutil/bin
[oracle@ebs bin]$ perl adbldxml.pl appsuser=apps appspass=**** template=/u01/StageR122/PROD/12.1.0/appsutil/template/adxdbctx.tmp out=/u01/StageR122/PROD/12.1.0/appsutil/SID_host.xml

Recommended Posts

Start typing and press Enter to search