0% found this document useful (0 votes)
33 views

Oracle Apps Install Guide

The document provides guidance on installing Oracle applications, including hardware requirements, estimated time, and detailed steps for installing prerequisite software, Oracle databases, and Oracle applications. It outlines installing Visual C++, MKS toolkit, JDK, configuring ports, services created, and troubleshooting installation errors.

Uploaded by

pankaj
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Oracle Apps Install Guide

The document provides guidance on installing Oracle applications, including hardware requirements, estimated time, and detailed steps for installing prerequisite software, Oracle databases, and Oracle applications. It outlines installing Visual C++, MKS toolkit, JDK, configuring ports, services created, and troubleshooting installation errors.

Uploaded by

pankaj
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Oracle applications installation Guide Ahmed Hosni Hamed

General Notes

Hardware requirements
 1 GB of RAM
 60 GB of free space for oracle Apps
 Network Card
 Windows 2000 Advanced server with SP4
Estimated time
 Setup starts at 2:00 pm and finished at 4:30 pm
General
 Do not stop or start any service during installation
 Do not delete any file created by setup wizard
 Do not restart the Server during installation
 Attached with this guide 2 file
o Apps configuration file"DB00"
o Database parameter file "initDB00.ora" with tuning recommendation

Pre-requisites

 Install visual c++ on c:\VC98 "full installation"


 Install visual c++ service pack 5
 Install MKS toolkit on c:\MKS "serial no 7440010301"
 Restart the server
 Copy gnumake to c:\winnt
 Check environment variables
 Check system variables
 Install JDK 1.3 on c:\jdk1.3
 Install jre
 Restart the server

Install Oracle Apps "DB00"

 Staging source CDs


o Stage11i
 redCD --------- redCD "Start here CD"
 ora8i --------- ora8i "From CD5 to CD6"
 oraiAS --------- oraiAS "From CD7 to CD9"
 Databases --------- oraAppDB "From CD10 to CD20"
 Appl_top --------- oraApps "From CD1 to CD4"
 Auxiliary --------- oraAux "CD21"

-1-
Oracle applications installation Guide Ahmed Hosni Hamed

o Navigate to \\redCD\Disk1\rapidwiz\ rapidwiz.cmd


o Start installation wizard
o Choose single node installation "Click Next"
o In component windows choose all sub modules "Click Next"
o In country specific windows do not select any country "Click Next"
o In language selection windows choose
 Base Language US-American English
 Default territory America
 Charset WE8ISO8859P1
 Appl_Top AR8MSWIN1256 "Click Next"
o In configuration windows
 Appl_Top base drive:\Oracle\DB00appl
 Common_Top Base drive:\Oracle\DB00comn
 ORA_Top Base drive:\Oracle\DB00db\8.1.7
 DATA_Top base drive:\Oracle\DB00data
 NT User "exora"
 NT password "**********"
 DNS Domain sekem.local "Click Next"
o In the port pool window we have to change only the web listener port "Click Next"
o The installation wizard will ask you if you want to save the configuration file made by
previous steps, it's recommended to save that file for future use in testing environments
o When the setup starts it will check the following
 Port pool "Have to be passed successfully"
 Java installation "Have to be passed successfully"
 VC++ Installation "Have to be passed successfully"
 MKS installation " Have to be passed successfully"
 When you have error in MKS check go to the database configuration file and
replace c:\mks with c:\mks\mksnt
o Now, The setup will start performing the following steps
 Install Oracle 8.1.7
 Create the following services
 OracleDB00_RDBMSAgent Started Automatic
 OracleDB00_RDBMSClientCache Manual
 OracleDB00_RDBMSCMAdmin Manual
 OracleDB00_RDBMSCMan Manual
 OracleDB00_RDBMSDataGatherer Started Automatic
 Create empty datafiles 359 datafile with total size of 15.6 GB
 The setup wizard will create the following services for database DB00
 OracleDB00_RDBMSTNSListenerDB00 Started Automatic
 OracleServiceDB00 Started Automatic
 The setup wizard will shutdown the Instance DB00 and restart it again
 The Database created by wizard has the following parameters by default
 Pfile ------------ drive\Oracle\db00db\8.1.7\dbs\initDB00.ora
 Bdump ------------ drive\Oracle\db00db\8.1.7\admin\DB00\bdump
 Udump ------------ drive \Oracle\db00db\8.1.7\admin\DB00\udump
 Cdump ------------ drive Oracle\db00db\8.1.7\admin\DB00\cdump
 The setup will execute PL/SQL procedures then shutdown and open the database
 The setup will create the following services
 OracleDB00_IASAgent Manual
 OracleDB00_IASClientCache Manual
 OracleDB00_IASDataGatherer Manual
 OracleDB00_IASHTTPServer Automatic
 OracleDB00_IASPagingServer Manual
 OracleDB00_IASWebCache Manual
 OracleDB00_IASWebCacheAdmin Manual
 OracleDB00_IASWebCacheMon Manual
 The setup continue and create the following services
 Oracle Apache Server DB00 Automatic

-2-
Oracle applications installation Guide Ahmed Hosni Hamed

 Oracle ICSM dbatest Automatic


 Oracle Metrics Client DB00 Started Automatic
 Oracle Metrics Server DB00 Started Automatic
 Oracle Reports Server [Rep60_DB00] Started Automatic
 OracleConcMgrDB00 Started Automatic
 OracleFormsServer-Forms60DB00 Started Automatic
 OracleTNSListener80APPS_DB00 Started Automatic
 The setup will check the following
 Database availability Check
 Environment File Check "May Give Error"
 DBC File Check
 HTTP Check "May Give Error"
 JSP Check "May Give Error"
 PHP Check "May Give Error"
 to solve this issue we have to do the following (Metalink note
232030.1):
 Edit httpd.conf file located at
Drive:\Oracle\db00ora\iAS\Apache\Apache\conf
Replace then following line
SSLCertificateFile %s_tp%/Apache/Apache/conf/ssl.crt/server.crt
With
SSLCertificateFile d:\Oracle\db00ora\iAS\Apache\Apache\conf\ssl.crt\server.crt
And the following line
SSLCertificateKeyFile %s_tp%/Apache/Apache/conf/ssl.key/server.key
With
SSLCertificateKeyFile d:\Oracle\db00ora\iAS\Apache\Apache\conf\ssl.key\server.key
 Modify "apps.conf" file located at
Drive: \Oracle\db00ora\iAS\Apache\Apache\conf
Replace then following line
SetEnv FORMS60_WEB_CONFIG_FILE %s_oahtmlbin%/appsweb.cfg
With
SetEnv FORMS60_WEB_CONFIG_FILE d:\Oracle\db00comn\html\bin\appsweb.cfg
Also we have to edit the path of TNS_ADMIN
(drive:\Oracle\db00ora\8.0.6\NET80\ADMIN\%s_contextname%) in the apps.conf file.
 Restart Apche service
 The setup told you that JSP is not responding, to solve this situation do the
following
 Edit the file jser.properties located at
Drive: \Oracle\db00ora\iAS\Apache\Jserv\etc
Replace the following line
wrapper.bin=C:\jdk1.3/jre/bin/java.exe
With
wrapper.bin=C:\jdk1.3\jre\bin\java.exe

After the previous steps you have to restart the server and open the following link

http://server_name.sekem.local:port_no and the application will work perfectly but with no data.

You should login to the Oracle Apps with sysadmin/sysadmin

Important Notes

Delete Services
 from HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
Re-Create Services
Re-Create Oracle Apache Server DB00
1. Run the following file Drive:\Oracle\db00appl\db00.cmd
2. Run Drive:\Oracle\db00comn\admin\install\DB00\adsvapc.cmd

-3-
Oracle applications installation Guide Ahmed Hosni Hamed

Re-Create OracleTNSListener80APPS_DB00
3. Run the following file Drive:\Oracle\db00appl\db00.cmd
4. Run Drive:\Oracle\db00comn\admin\install\DB00\adsvalsn.cmd
Re-Create ConcMgrDB00
1. Run the following file Drive:\Oracle\db00appl\db00.cmd
2. Run Drive:\Oracle\db00comn\admin\install\DB00\adsvcm.cmd
OR use Drive:\Oracle\db00appl\fnd\11.5.0\bin\ccmsetup.exe tool to recreate the
OracleConcMgrDB00 "Metalink Note: 209991.1"

1. Open a DOS window and run envshell.cmd to set the environment


2. Echo %LOCAL%, %ORACLE_HOME%, %APPL_TOP% and %PATH% to verify the locations
3. Execute the ccmsetup program to remove the concurrent manager service
4. Exit the program and reboot the system
5. Logon as "exora"
6. Open a DOS window and run envshell.cmd to set the environment
7. Execute the ccmsetup program to add the concurrent manager service
8. Enter the SCHEMA NAME(APPS)
9. Enter and verify the password for the APPS account
10. Verify that the correct SID is referenced by the TNSALIAS box "DB00"
11. Check the "Depends on Oracle SID" and verify that the correct SID is chosen "DB00"
12. Check the "Automatic" box
13. Click "OK" to save the changes and exit out of the CCMSETUP window.
14. Open the Services and choose the Concurrent Manager Service
15. Right click on the OracleConcMgrDB00 and choose properties
16. choose "exora" to be the logon user for OracleConcMgrDB00 service
17. Restart the service

Enjoy Your Oracle Apps. 

-4-

You might also like