Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: QUestion: how to list all the tablespaces?

Re: QUestion: how to list all the tablespaces?

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Wed, 15 Dec 2004 23:11:32 +0100
Message-ID: <41c0b581$0$11599$626a14ce@news.free.fr>

"Turkbear" <john.g_at_dot.spamfree.com> a écrit dans le message de news:tlc1s0tk9ighne76n90qs5kp72d8ng4b0h_at_4ax.com...
| "Michel Cadot" <micadot{at}altern{dot}org> wrote:
|
| >
| >"Grace Tsai" <gtsai_at_bnl.gov> a écrit dans le message de news:cpq0mt$jfo$1_at_news.bnl.gov...
| >| Hi,
| >|
| >| This is a really elementary question. What is the command to list all
| >| the tablespaces in the database? Thanks.
| >|
| >| Grace
| >|
| >
| >select tablespace_name from dba_tablespaces;
| >
| >Regards
| >Michel Cadot
| >
|
|
| OK, so do it the easy way...
|
| ;-)
|

We can also use user_tablespaces to to limit those on which we have access.

;-)
Michel Cadot Received on Wed Dec 15 2004 - 16:11:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US