How to view the tablespaces in the current database?



How to view the tablespaces in the current database?..

Answer / Shashank Pandey

To view the tablespaces in the current database, run the following query:

```plsql
SELECT table_name, tablespace_name FROM dba_tablespaces;
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

various types of hints and their usage

1 Answers  


Where are the settings stored for each instance in oracle?

1 Answers  


what is the difference between joins and set operators.i am always confusing with two,can u pls kindly help me .

5 Answers   HCL, LN,


Explain the use of indexes option in imp command.

1 Answers  


What is logical backup in oracle?

1 Answers  


What are the logical operations?

1 Answers  


what are Triggers?

7 Answers   TCS,


What are the differences between char and nchar in oracle?

1 Answers  


Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables

1 Answers   Microsoft,


How to load data through external tables?

1 Answers  


what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?

1 Answers  


What is format trigger?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)