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 -> tuning

tuning

From: Corinna Becker <Corinna.Becker_at_removethis.memo.ikea.com>
Date: 13 Oct 1998 09:34:46 GMT
Message-ID: <01bdf695$0b7c56e0$a049100a@pc743-sode.seurope.ikea.com>


Hello,
I have the following statement:

select 'A', t1.* from table1 t1
UNION
select 'B', t2.* from table2 t2;

Each select statement is running ok, but together with the UNION it takes much too long. How can I tune something like this? Thanks in advance
Corinna Becker Received on Tue Oct 13 1998 - 04:34:46 CDT

Original text of this message

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