home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / oracle / 2914 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  943 b 

  1. Path: sparky!uunet!timbuk.cray.com!raistlin!ems!ems.cdc.com!leilas
  2. From: leilas@ems.cdc.com (Leila Schneberger)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: checking for full tablespaces
  5. Message-ID: <31794@nntp_server.ems.cdc.com>
  6. Date: 22 Jan 93 15:34:31 GMT
  7. References: <19930122.061744.917@almaden.ibm.com>
  8. Sender: sys@ems.ems.cdc.com
  9. Reply-To: leilas@ems.cdc.com
  10. Organization: Empros Systems International, a division of CDC
  11. Lines: 15
  12. Nntp-Posting-Host: eve.ems.cdc.com
  13.  
  14. In article <19930122.061744.917@almaden.ibm.com>, alanb@vnet.ibm.com (Alan Beal) writes:
  15. |> Is there a simple query one may run to see if a tablespace is
  16. |> full or almost full?  I am using Oracle V6 on AIX 3.2.
  17. |> 
  18. |> Alan Beal         alanb@owgvm0.vnet.ibm.com
  19. |>                   (607)751-2026
  20.  
  21. How about 
  22. select * from sys.dba_free_space
  23. where tablespace_name='WHATEVER' 
  24. order by file_id,block_id
  25. /
  26. -- 
  27.  
  28.  Leila Schneberger                 leilas@ems.cdc.com  
  29.