To install and configure Oracle 10.2 on the system, k
indly follow the following steps:
I hope you have already downloaded Oracle 10g on your system.
There are 3 folders :
1. 10.2.0.4
2. Client
3. Net
STEP1 : In the Client folder, Edit 'Oraparam.ini' inside the 'Install' Folder
delete lines from 46 to 74
Save the file.

Step2 : Run the Setup.
Select Runtime option to install

Step3 Installation path should be D:\Oracle\Product\
remove the remaining path.

4 Complete the setup. This will install Oracle 10.1 version. Now, add .Net related setup
5 In NET folder, edit oraparam.ini file inside Install Folder
delete line 39
Save the file.

6 Run the Setup.

Select the dropdown within Home Details and select the pop-up option(eg. oraclient10g_Home).

9 In 10.2.0.4 Folder, edit oraparam.ini file inside Install
delete line 33
Save the file.
10 Run the Setup.
Select the dropdown within Home Details and select the pop-up option(eg. oraclient10g_Home).

11 Click Finish.
12 Copy any existing 'tnsnames.ora' file and place at ‘D:\oracle\product\NETWORK\ADMIN’

And add your server details. Ex:
sc.advin.pg =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SID = sc)
)
)




sc.advin.pg =
ReplyDelete(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SID = sc)
)
)
Give the host Name in the above snippet as per your Oracle DB Server.
ReplyDelete