home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 7972 next >
Encoding:
Internet Message Format  |  1993-01-04  |  2.5 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!da0g+
  2. From: da0g+@andrew.cmu.edu (David Apfelbaum)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Linking to SPARC based ORACLE using DBKit ?
  5. Message-ID: <YfFwx=G00WA74v8YUO@andrew.cmu.edu>
  6. Date: 3 Jan 93 19:46:51 GMT
  7. Article-I.D.: andrew.YfFwx=G00WA74v8YUO
  8. Organization: Carnegie Mellon, Pittsburgh, PA
  9. Lines: 59
  10. In-Reply-To: <1992Dec18.204540.8033@kynug.org>
  11.  
  12.  
  13. Sorry folks, but my email bounces to the origianl sender & I thought
  14. this might be of general use...
  15.  
  16.  
  17. Excerpts from netnews.comp.sys.next.programmer: 18-Dec-92 Re: Linking to
  18. SPARC based .. by Neil Greene@??? 
  19. >In article <1992Dec18.180203.4193@bas-a.bcc.ac.uk> sheep@tankgirl (Sheep  
  20. >T. Iconoclast) writes:
  21. >>
  22. >>  <Messege deleted for space, basically questions about connecting to
  23. >>   an oracle server on a SPARC from a NeXT, and said difficulties...>
  24. >You will have to modify your NeXT NetInfo database alittle to allow it to  
  25. >communicate with the Oracle server on port 1525.  This information can now  
  26. >be found in the 93_Winter_NeXTAnswers, but here it is:
  27.  
  28. Keep in mind that this is merely registering the tcp socket-port number.
  29.  It also helps to be running the deamon process that will listen on this
  30. socket -- namely oracle's ORASRV.  Note: DBKit can NOT talk to Oracle
  31. without this process running!  (Even when it's on the same machine...)
  32.  
  33. I suggest you ask the SPARC guys to contact Oracle & obtain this program!
  34.  
  35.  
  36.  
  37. >Also remember, that the Oracle Adaptor is _only_ going to see tables owned  
  38. >by the user logging into the Oracle server thru the adaptor.  To see  
  39. >tables used by others for use in the DBModeler, see the following. Also  
  40. >found in 93_Winter_NeXTAnswers:
  41.  
  42. humf.   Running DBModeler, under the "Entity" menu, 
  43. select "Choose Entities...".  Then log into oracle as the oracle user of
  44. your choice.  Select the tables you wish to build a model for...  Boom,
  45. your halfway there...  (You still need to enter the relationships... 
  46. And allow the original account permission to select said tables...)
  47.  
  48. Anyway, it makes life easier...
  49.  
  50.  
  51. >If that still does not work, I would check for the correct information to  
  52. >be correct:
  53. >          Oracle instance name (this is the database name)
  54. >          Oracle user account
  55. >          Oracle user password
  56. >        
  57.  
  58.  
  59. YES!!!  Particularly check that the letter-CASE is correct!  And that
  60. your NeXT can access the SPARC-machine!  (telnet sparc.machine??).
  61.  
  62.  
  63. Good luck.
  64.  
  65.         -David.
  66.