home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / oracle / 2484 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.2 KB

  1. Path: sparky!uunet!news.larc.nasa.gov!p228
  2. From: p228@uni05.larc.nasa.gov (Bailey Bob)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: Accessing remote ORACLE data from a PC.
  5. Date: 11 Dec 1992 17:56:50 GMT
  6. Organization: Unisys-Hampton VA
  7. Lines: 28
  8. Message-ID: <1gakp2INNseh@rave.larc.nasa.gov>
  9. References: <1992Dec8.212302.8619@esrican.uucp>
  10. NNTP-Posting-Host: uni05.larc.nasa.gov
  11.  
  12. In article <1992Dec8.212302.8619@esrican.uucp> aladak@esri.com writes:
  13. >I need to bring ORACLE data located on a SUN 360 to EXCEL for WINDOWS running
  14. >on a PC. We tried using a product called SECOND WIND which runs on EXCEL. The
  15. >product needs SQL*Net with TPC/IP installed on the PC. After trying almost
  16. >everything under the SUN, we still get a connect error.
  17. >
  18. >Has anyone done anything like this successfully with either of these or another
  19. >product? I would appreciate any suggestions or pointers.
  20.  
  21. SQL*Net requires two files to be set up correctly before it will work:
  22.  
  23.     hosts
  24.     services
  25.  
  26. The hosts file should contain a list of the system names & IP addresses:
  27.  
  28.     IP ADDRESS        HOSTNAME    ALIAS
  29.     128.155.001.001        XYZSYSTEM    XYZ
  30.     128.155.001.002        ABCSYSTEM    ABC
  31.  
  32. The services file must contain the following:
  33.  
  34.     ORASRV        1525/TCP
  35.  
  36. NOTE: the TCP assumes you are using TCP/IP protocol.
  37.  
  38. Bob Bailey
  39.  
  40.