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: Select across Tablespaces

Re: Select across Tablespaces

From: <hvetsa_at_my-deja.com>
Date: 2000/07/28
Message-ID: <8lsu2d$5of$1@nnrp1.deja.com>#1/1

Simple select statement would do good. Oracle make the implicit select and everything is transparent for DML.

In article <8lsdv0$o7p$1_at_nnrp1.deja.com>,   dschorsc_at_rtscinc.com wrote:
>
>
> I have a table that is in several tablespaces
 and I would like to
> perform a 'SELECT' across them. Can I do this
 easily or do I have to
> write a stored procedure that creates a
 database link REMOTE_CONNECT
> for each tablespace, select the data, put in a
 temp table. Repeat for
> each tablespace, adding to the result from each
 select to the temp
> table and then return that result set??
>
> This is very confusing so any help would be
 greatly appreciated!!
>
> Thanks in Advance.
>
> Dave
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Jul 28 2000 - 00:00:00 CDT

Original text of this message

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