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

Home -> Community -> Usenet -> c.d.o.server -> Re: Problems about partition table, thanks.

Re: Problems about partition table, thanks.

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 5 Aug 2001 08:39:30 -0700
Message-ID: <9kjpbi0inl@drn.newsguy.com>

In article <9kipeq$3vl1_at_imsp212.netvigator.com>, "Jordan" says...
>
>I have created a table which is partitioned into two different tablespace,
>USERS01 & USERS02. However, if USERS02 tablespace is offline or may due to
>some corruption of data file. I can query that table. Can anyone tell me
>what I need to do to view the remain data in USERS01 immediately before data
>file of USERS02 tablespace restored. THANKS...
>
>

If you want to see all of the data in the partition in USERS01 just use the partition extended name in the select:

select * from t PARTITION(name-of-partition-in-users01);

--
Thomas Kyte (tkyte@us.oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Sun Aug 05 2001 - 10:39:30 CDT

Original text of this message

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