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

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!nsisrv!stars.gsfc.nasa.gov!thompson
  3. From: thompson@stars.gsfc.nasa.gov (William Thompson, code 682.1, x2040)
  4. Subject: Re: SQL*Net IP interface
  5. Message-ID: <17DEC199209310550@stars.gsfc.nasa.gov>
  6. News-Software: VAX/VMS VNEWS 1.4-b1  
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: stars.gsfc.nasa.gov
  9. Organization: NASA/GSFC-Laboratory for Astronomy and Solar Physics
  10. References: <1giir0INNb21@hrd769.brooks.af.mil> <3000@uswnvg.uswnvg.com>
  11. Date: Thu, 17 Dec 1992 13:31:00 GMT
  12. Lines: 33
  13.  
  14. In article <3000@uswnvg.uswnvg.com>, cjackso@uswnvg.com (Clay Jackson) writes...
  15. >Not that I'm an expert in Oracle license agreements, particularly those
  16. >with the Feds (and, I suspect that you'll probably be able to get at least
  17. >two divergent opinions from Oracle, depending on who you ask); but, it's
  18. >my understanding that Oracle is normally licensed by the total number of
  19. >USERS, no matter how they connect.  As far as multiple copies of
  20. >SQL*NET are concerned, at least on Unix, the SQL*NET "interface" is linked 
  21. >into both the tools (including the PRO*<language of your choice> runtime
  22. >libraries and the RDBMS "kernel" at INSTALL time.  At runtime, you should
  23. >only need ONE "server process" per SERVER.  The tools on each client
  24. >(including whatever code you develop in 3GLs) only need to be linked with
  25. >the correct libraries (which you would presumably do on the one machine).
  26.  
  27. I'm not an expert either, but I believe you do have to pay a license for
  28. SQL*NET on each machine you want as a client, the cost of which will depend on
  29. the total number of users that can connect to the server from that client.  You
  30. probably also have to pay at least for a runtime license for each client
  31. machine for any front end products you use, such as SQL*forms, and the price of
  32. that will also be tied to the number of users on each machine.
  33.  
  34. Some software packages come with "floating" licenses that can be shared by
  35. several machines.  For instance, if you bought three floating licenses for a
  36. product, then at any one time three people could use it all from one node, or
  37. from three separate nodes (or any combination).  Sometimes the machines have to
  38. be binary compatible, and sometimes they don't.  This can help save money when
  39. a product is used by a number of people spread out over a bunch of machines,
  40. but where a typical user only runs the software occasionally.  I don't know if
  41. Oracle has such a licensing scheme or not, but I don't think so.
  42.  
  43. If I'm wrong in anything I said, I'd be happy to be corrected by an Oracle
  44. spokesman.
  45.  
  46. Bill Thompson
  47.