How do I connect Developer 2000 on one computer to Oracle 9i personal addition on another XP machine
5 pts.
0
Q:
How do I connect Developer 2000 on one computer to Oracle 9i personal addition on another XP machine
how to connect d2k with 9i from other machine
ASKED: Dec 13 2008  10:11 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
45 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
where is your orant resite open this file
supose orant in c drive
C:\ORANT\NET80\ADMIN\TNSNAMES.ORA
copy this Script and add it to the end of file TNSNAMES.ORA

note:
open this file by text file
---------------------------------------------------------
database_name.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = 127.0.0.1)
(Port = 1521)
)
)
(CONNECT_DATA = (SID = database_name.)
)
)

database_name change this by your database name
and change host by your server name or where your database resite by PC Name or IP address
for that computer

best Regards
Haytham Hamdon -Khartoum-Suadn
Last Answered: Dec 18 2008  8:19 AM GMT by 0915542147   45 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0