home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / oracle / 1501 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1.1 KB

  1. Path: sparky!uunet!uswnvg!nv6.uswnvg.com!mmcgreg
  2. From: mmcgreg@uswnvg.com (Mark McGregor)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: How to print something in PL/SQL
  5. Message-ID: <2662@uswnvg.uswnvg.com>
  6. Date: 4 Sep 92 18:08:26 GMT
  7. References: <shamel.715612348@tdsb-s>
  8. Sender: news@uswnvg.uswnvg.com
  9. Organization: U S WEST NewVector Group, Inc.
  10. Lines: 16
  11. X-Newsreader: Tin 1.1 PL5
  12.  
  13. I'm sure others will give the same answer, but you are basically SOL.
  14.  
  15. Oracle, in their infinite wisdom, has deemed it appropriate that PL/SQL
  16. have no native print utilities.  A rather hideous means of "printing"
  17. is to write results to a table and then print them out with a select
  18. statement following the PL/SQL script.  But this is horrible (and costly
  19. in terms of extra database access) alternative to a print statement.
  20.  
  21. I personally wish they would provide such things (with warnings on usage
  22. as appropriate) and let us worry about the consequences.  Assume we know
  23. what we want and need to do.  What an amazing concept.
  24.  
  25. Mark McGregor (Another less than satisfied user of PL/SQL print commands)
  26.  
  27. p.s.  One would hope that Oracle fixes this "feature" at some point.
  28.  
  29.