Saturday, May 02, 2020

Oracle database installation on windows 2000

Prerequisites for Installation
Windows 2000
Virtual memory
Service pack 4.
Goto the path where oracle source is present .
Goto \disk1\install\win32 .
Double click setup




click open to start. Click next on the welcome screen to continue setup
















On this screen you have to give your oracle home a name and a path where your oracle will be installed .Itis better to have a name which easily identifies your database such as ORA9IDB ,and choose d: or e: (not c:) wherever space is available.






On this screen choose the product .It is the first one for Database Installation.














Choose the Installation type ,It is enterprise in this case









choose the type of database you want ,It is general purpose in this case.

On this screen choose a global database name and SID for your database .The SID is the name with which your service runs




choose the default characterset for your database.
This is where you can choose your database language.




Click Install if you are sure all the details are correct .

The blue progress bar indicates the installation of the database








If “lsnrctl.exe “ window is hanging but “Listener configuration complete” message is seen at the background ,you can close the “lsnrctl.exe “ window(dos )











After successful installation the system prompts for SYS and SYSTEM password .Then some tools are configured and the installation gets over.
After installation restart the system once.

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.