home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!timbuk.cray.com!raistlin!ems!ems.cdc.com!leilas
- From: leilas@ems.cdc.com (Leila Schneberger)
- Newsgroups: comp.databases.oracle
- Subject: Re: checking for full tablespaces
- Message-ID: <31794@nntp_server.ems.cdc.com>
- Date: 22 Jan 93 15:34:31 GMT
- References: <19930122.061744.917@almaden.ibm.com>
- Sender: sys@ems.ems.cdc.com
- Reply-To: leilas@ems.cdc.com
- Organization: Empros Systems International, a division of CDC
- Lines: 15
- Nntp-Posting-Host: eve.ems.cdc.com
-
- In article <19930122.061744.917@almaden.ibm.com>, alanb@vnet.ibm.com (Alan Beal) writes:
- |> Is there a simple query one may run to see if a tablespace is
- |> full or almost full? I am using Oracle V6 on AIX 3.2.
- |>
- |> Alan Beal alanb@owgvm0.vnet.ibm.com
- |> (607)751-2026
-
- How about
- select * from sys.dba_free_space
- where tablespace_name='WHATEVER'
- order by file_id,block_id
- /
- --
-
- Leila Schneberger leilas@ems.cdc.com
-