![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, This is a really elementary question. What is the command to list all the tablespaces in the database? Thanks. Grace If DBA you can use |
#3
| |||
| |||
|
|
Hi, This is a really elementary question. What is the command to list all the tablespaces in the database? Thanks. Grace |
#4
| |||
| |||
|
|
"Grace Tsai" <gtsai (AT) bnl (DOT) gov> a écrit dans le message de news:cpq0mt$jfo$1 (AT) news (DOT) 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 |
#5
| |||
| |||
|
|
"Michel Cadot" <micadot{at}altern{dot}org> wrote: "Grace Tsai" <gtsai (AT) bnl (DOT) gov> a écrit dans le message de news:cpq0mt$jfo$1 (AT) news (DOT) 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... ;-) |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Wondering why I get an extra blank row when I Select distinct tablespace_name from dba_tables order by tablespace_name; |
![]() |
| Thread Tools | |
| Display Modes | |
| |