Technical Guide
Por: Alexandre Perin • 7/8/2022 • Artigo • 599 Palavras (3 Páginas) • 113 Visualizações
Technical Guide |
Oracle Fusion Middleware
Weblogic 10.3.3
RCU 11.1.1.3.3
SOA 11.1.1.3.0
AIA 11.1.1.2.0
OSB 11.1.1.3.0
ODI 11.1.1.3.0
- Table of Contents
1 Table of Contents 2
2 ODI Install 3
2.1 Update the Repository 3
2.2 Install the Application Binaries 10
2.3 Update the existing domain 20
2.4 Restart Weblogic 26
2.5 Start All Servers 27
3 Licenses 28
4 Glossary 29
- ODI Install
ODI is a component of Oracle Fusion Middleware which allows all deployed applications to perform bulk data integrations by processing batches of discrete records between participating applications.
- Update the Repository
Login to the machine with oracle user.
cd $STAGING/RCU11.1.1.3.3/rcuHome/bin
./rcu
[pic 1]
[pic 2]
[pic 3]
[pic 4]
[pic 5]
[pic 6]
[pic 7]
[pic 8]
welcome1
[pic 9]
masterpass – workpass
[pic 10]
[pic 11]
[pic 12]
[pic 13]
[pic 14]
- Weblogic
export MW_HOME=the folder that you extracted the zip file.
Example: export MW_HOME=/staging/wls1035
Execute .bin
- Install the Application Binaries
Login to the machine with oretail user.
cd $STAGING/ODI11.1.1.3.0
unzip V21723-01.zip
cd /Disk1
./runInstaller
[pic 15]
[pic 16]
[pic 17]
[pic 18]
[pic 19]
[pic 20]
[pic 21]
[pic 22]
[pic 23]
[pic 24]
Get a free port.
[pic 25]
[pic 26]
[pic 27]
[pic 28]
[pic 29]
[pic 30]
[pic 31]
[pic 32]
[pic 33]
[pic 34]
- Restart Weblogic
If is installed in the same domain as SOA, some of the domain configurations must be performed again, as the configuration files will be written.
Shutdown Weblogic
cd $ORACLE_HOME/user_projects/domains/OFM/bin
nohup $ORACLE_HOME/user_projects/domains/OFM/bin/stopWebLogic.sh &
The shut down process for the Node Manager is made by killing the running unix process
...