home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / oracle / 2488 < prev    next >
Encoding:
Text File  |  1992-12-11  |  2.2 KB  |  63 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!sequent!muncher.sequent.com!mkay
  3. From: mkay@sequent.com (Mary Kay Petersen)
  4. Subject: Re: Accessing remote ORACLE data from a PC.
  5. Message-ID: <1992Dec11.204930.14334@sequent.com>
  6. Sender: usenet@sequent.com (usenet )
  7. Nntp-Posting-Host: cruncher.sequent.com
  8. Organization: Sequent Computer Systems, Inc.
  9. References: <1992Dec8.212302.8619@esrican.uucp> <1gakp2INNseh@rave.larc.nasa.gov>
  10. Distribution: na
  11. Date: Fri, 11 Dec 92 20:49:30 GMT
  12. Lines: 49
  13.  
  14. p228@uni05.larc.nasa.gov (Bailey Bob) writes:
  15.  
  16. >In article <1992Dec8.212302.8619@esrican.uucp> aladak@esri.com writes:
  17. >>I need to bring ORACLE data located on a SUN 360 to EXCEL for WINDOWS running
  18. >>on a PC. We tried using a product called SECOND WIND which runs on EXCEL. The
  19. >>product needs SQL*Net with TPC/IP installed on the PC. After trying almost
  20. >>everything under the SUN, we still get a connect error.
  21. >>
  22. >>Has anyone done anything like this successfully with either of these or another
  23. >>product? I would appreciate any suggestions or pointers.
  24.  
  25. >SQL*Net requires two files to be set up correctly before it will work:
  26.  
  27. >    hosts
  28. >    services
  29.  
  30. >The hosts file should contain a list of the system names & IP addresses:
  31.  
  32. >    IP ADDRESS        HOSTNAME    ALIAS
  33. >    128.155.001.001        XYZSYSTEM    XYZ
  34. >    128.155.001.002        ABCSYSTEM    ABC
  35.  
  36. >The services file must contain the following:
  37.  
  38. >    ORASRV        1525/TCP
  39.  
  40. >NOTE: the TCP assumes you are using TCP/IP protocol.
  41.  
  42. >Bob Bailey
  43.  
  44. Also, you must specify the location of the hosts and services
  45. file in the Oracle "config.ora" file on the PC.
  46.  
  47. What network package are you using on the PC?  I just setup
  48. SQL*Net on a PC running PC-NFS.  It is required to start 'rtm',
  49. then 'sqltcp' otherwise my connection hung.  
  50.  
  51. I installed sqlplus so I could test the PC -> HOST connection 
  52. before running WINDOWS software.  If you try to run SQL*Plus,
  53. you must also start 'sqlpme'.  You must stop 'sqlpme' before
  54. firing up WINDOWS (I think the command is 'rempme').
  55.  
  56. Good luck.
  57. ---
  58.   /_ _   /        sequent computer system, inc.    +-----+
  59.  / / /  /__/ __        15450 sw koll parkway        |   # |
  60. / / /  / \__(_/_/_/    beaverton, or  97006-6063    |     |
  61. mary kay petersen/    mkay@sequent.com         +-----+
  62. (503)578-5817 __/
  63.