Saturday, May 02, 2020

Oracle 9iAS Rel 2 windows

Step by step installation of Oracle 9i Application Server Release 2 on Windows
Set the virtural memory for drives where OS is installed and the drive where 9iAS will be installed
Set the hostname and ip address in sever host file c:\winnt\system32\drivers\etc\hosts if you are not using DNS on Windows 2000
Double click on the icon as shown below to start installation
On the welcome screen click next


Choose a location to install the Infra server .Don't choose the drive where OS is present .You should give a home name .Name your home such that it is easy to identify .(say infra9ias).
First we need to Install the Infrastructure and then the application .The application runs over the Infrastructure .They both can be in the same machine or on separate machines.







Leave this screen at the default values




Give a instance name (infra9ias),and password (9ias).





Choose the database (OID) language here.Leave it at default,







Click Install to start installation












Normally its giving an error in 62% we can safely ignore this.

Once the Infra Installation is completed goto services and stop the EMWEBSITE service as mentioned in the below Screen








Choose next Install to start Application server .Provide home name (appl9ias)for application server and a path


Choose Application server

Choose business intelligence and forms

Leave it at default
Give the host name of the server where the infrastructure is installed and the corresponding port number.
Give the password which you gave during infrastructure installation

Leave this screen blank


Click install to continue installation
Normally It gives error in Roports configuration,

Once all components are Installed select the Reports Configuration Assistant and press Retry button.

After Completion of all component’s , Go to services and change every Oracle
9iAS services to Manual then Restart the server.
After restarting Goto services and Start the below Services in Mentioned order
1. Oracle Infra TNS listener
2. Oracle Sevice IASDB
3.Oracle InternetDirectory_Iasdb
Then go to command prompt then goto Infra9ias location( Where you did the
infra9ias Installation for Ex- e:\ora9iasinfra\bin)
Then start the emctl service like
e:\infra9ias\Bin> emctl start
Then open Internet Explorer and Type http://:1810
Default Oracle 9iAS services.. After installation.


0 Comments:

Post a Comment

<< Home