Cisco Cisco Workload Automation 6.3 User Guide

Page of 78
13
Configuring the Oracle Applications Adapter
Installing the Oracle Applications Bridge
Temp tablespace
 – The temporary tablespace for the user 
SABDG
.
System password
 – The database user system password. This is required for when the installation process creates 
the 
SABDG
 user in the database to own tables, sequences and indexes.
Use these parameters when running the batch file to install the Bridge. The installation and upgrade procedures for both 
Windows and Unix forms server are described next.
Initial Installation or Upgrade Windows Forms Server
To install the 11i or R12 Bridge (Windows):
1.
Copy the 11i or R12 Bridge files from the 
\OraAppsBridge\Windows
 directory in the installation DVD-ROM to a 
temporary directory on the forms server. The temporary directory must be on the same drive as the 
APPL_TOP.
2.
On the command line, using the listed parameters, enter:
install_11i <APPS User> <APPS Password> <Data Tablespace> <Index Tablespace> <TNS Alias Name> <Temp 
Tablespace> <System Password>
-or-
install_R12 <APPS User> <APPS Password> <Data Tablespace> <Index Tablespace> <TNS Alias Name> <Temp 
Tablespace> <System Password>
To upgrade the 11i or R12 Bridge (Windows):
1.
On the command line, using the listed parameters, enter:
upgrade_11i <APPS User> <APPS Password> <Data Tablespace> <Index Tablespace> <TNS Alias Name> <Temp 
Tablespace> <System Password>
-or-
upgrade_R12i <APPS User> <APPS Password> <Data Tablespace> <Index Tablespace> <TNS Alias Name> 
<Temp Tablespace> <System Password>
Initial Installation or Upgrade Unix Forms Server
Copy the 11i or R12 Bridge TdlOraAppsBdg.tar file from the 
/OraAppsBridge/Unix
 directory in the installation 
DVD-ROM to a temporary directory on the forms server.
To install the 11i or R12 Bridge (Unix):
1.
Extract files from TdlOraAppsBdg.tar file
tar xvf TdlOraAppsBdg.tar
2.
From the temporary directory where you copied the Bridge files, at the cursor, enter:
chmod 777*
3.
At the cursor, using the listed parameters, enter:
sh ./install_11i.sh <APPS User> <APPS Password> <Data Tablespace> <Index Tablespace> <Temp 
Tablespace> <System Password>
-or-