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: Puzzle with tablespaces in the HR sample schema.

Re: Puzzle with tablespaces in the HR sample schema.

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Mon, 7 Jun 2004 08:37:18 +0100
Message-ID: <z2PAH7AusBxARxOK@peterfinnigan.demon.co.uk>


Hi Paul,

SQL> select table_name,tablespace_name,owner,iot_type   2 from dba_tables
  3 where table_name='COUNTRIES'
  4 and owner='HR';

TABLE_NAME                     TABLESPACE_NAME
------------------------------ ------------------------------
OWNER                          IOT_TYPE
------------------------------ ------------
COUNTRIES
HR                             IOT


SQL> It is an Index Organized Table. So i would guess the tablespace name for the index storage can be found in dba_indexes.

hth

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Mon Jun 07 2004 - 02:37:18 CDT

Original text of this message

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