Home » SQL & PL/SQL » SQL & PL/SQL » How to find tablespace name ?
How to find tablespace name ? [message #33433] Tue, 12 October 2004 05:09 Go to next message
Bob1200
Messages: 11
Registered: October 2001
Junior Member
How do I find tablespace name from a table name? its in Oracle 8i.

 
Re: How to find tablespace name ? [message #33434 is a reply to message #33433] Tue, 12 October 2004 06:00 Go to previous messageGo to next message
Bhavin Mehta
Messages: 18
Registered: October 2003
Junior Member
Hi there,

You can execute,

select tablespace_name
from all_tables
where table_name = &your_table_name

Regards.
Keyur
Re: How to find tablespace name ? [message #33501 is a reply to message #33433] Fri, 15 October 2004 01:24 Go to previous messageGo to next message
Elavarasu Perumal
Messages: 2
Registered: October 2004
Junior Member
SQL> select tablespace_name from dba_tablespaces
2
SQL> /

TABLESPACE_NAME
------------------------------
SYSTEM
AVPRBS01
AVP_TEMP
AVP_DEAL_DAT
AVP_DEAL_IDX
AVP_WORK_DAT
Re: How to find tablespace name ? [message #34800 is a reply to message #33434] Mon, 03 January 2005 22:56 Go to previous message
manishkumarsinha
Messages: 1
Registered: January 2005
Junior Member
Hi there,

Through this u can know all the tablespaces of database

select * from dba_tablespaces

Regards
Manish
Previous Topic: re: Multiple insert statements in pl/sql procedure
Next Topic: PL/PDF project
Goto Forum:
  


Current Time: Wed Aug 20 01:18:22 CDT 2025