You are on page 1of 4

Installing Oracle Developer Suite 10g on Windows OS

1. Copy from here (disk1 and disk 2).

\\192.168.20.10\Databases\Oracle10g\Oracle 10G\Windows 32Bit\Developer Suite

2. Unzip them.

3. Open disk1 folder and double-click on setup.exe and wait for the Oracle Universal
Installer to start.

4. Click on the Next button to continue.


5- On the Specify File Locations page, accept the default Source file location. You can accept the
default for the Destination Name and Path field or type in a new name and path as you want, then
click Next.

6- Select Complete you can change the product languages and click Next.
7- When they provide Outgoing Mail Server Information page appears, do not enter any values,
and then click Next.

8- Check your selections and click Install.

9- Insert the disk2 path when prompted and click OK.


10- When the install has finished click Exit, then click Yes to confirm exiting.

Note: you can configure Oracle Developer Suite 10g to connect to the database manually by
typing it in tnsnames.ora file in the DevSuiteHome
path ..\DevSuiteHome_1\NETWORK\ADMIN\tnsnames.ora and type this (orcl as an
example)

orcl =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SID = orcl)
)
)

11- Congratulation youve got your Developer Suite Installed and ready for use.

* you may have a problem when you click setup.exe saying that checking swap space failed.
to solve it you need to change the maximum size of drive C: to more than 1535.
My Computer right-click Properties -> Advanced Performance settings -> Advanced
Change -> Maximum size(change it) Set Keep clicking OK.

You might also like