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

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!emory!emory!not-for-mail
  2. From: Anbarnes@letterkenn-emh1.army.mil
  3. Newsgroups: comp.databases.informix
  4. Subject: [David Kosenko:  Re: turbo extents used]
  5. Date: 16 Dec 1992 09:18:04 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 27
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1gndqsINN29i@emory.mathcs.emory.edu>
  11. Reply-To: Anbarnes@letterkenn-emh1.army.mil
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1708>
  14.  
  15. Dave K writes in response to my request for help on determining how many
  16. extents are in use in Turbo 2.10.03G:
  17. >If the table is active (and you can make it active by going into isql and
  18. >issuing a LOCK TABLE statement), then tbstat -t will show the number of
  19. >extents allocated for the table (nextns).  There is a trick, however, in that
  20. >tbstat shows the table with its tblspace number (partition number in Turbo
  21. >parlance) not the table name.  To get a list of table names and their
  22. >respective (hex) partition/tblspace numbers, use the following query:
  23. >
  24. >        select tabname, hex(partnum) from systables;
  25. >>
  26. >Dave
  27. Good idea, and I had been told that before, but on our system that gives
  28. a syntax error.  It doesnt like the hex word.  We are running ISQL
  29. 2.10.03G on a Unisys 5000.  Is that a "bug?".  Yes, we are on our way to
  30. On-Line, but not until our application programmers get the application
  31. ready to go.  The Unisys platform has only progressed to 4.1 that I am
  32. aware of, there is no 5.0 or 6.0 like all you Sun etc. types are longing
  33. for or even using.  Yes, it is an "antique" platform, but we do the best
  34. we can with your tax dollars, and right now that doesnt include new
  35. hardware.  Is there any further assistance on the problem of hex(partnum)
  36. or how to tell what extents are being used?  Thank you for your responses.
  37.  
  38. PS:  Dave K, I cannot seem to succesfully e-mail to you. My phone is
  39. 717-267-9869. Please call re: ISAM info you wrote about. Thanks.
  40. Ann Barnes, Letterkenny Army Depot, Chambersburg, PA
  41.  
  42.