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 -> Newbie: Oracle join issue, too many entries for a join

Newbie: Oracle join issue, too many entries for a join

From: joes <joes_at_bluewin.ch>
Date: 13 Jul 2006 05:30:47 -0700
Message-ID: <1152793846.959722.289370@m79g2000cwm.googlegroups.com>


Hello

I need some advises of DB gurus. I have 2 tables with each hundert thousands of entries. The table have a 1:n relationship. IF I jon them normally my client and server is getting out of memory. Are there any other strategies in order to get joined data sets.

select * from table1, table2 where tabe2.table1_id = table1.id

many thanks

regards
Mark Received on Thu Jul 13 2006 - 07:30:47 CDT

Original text of this message

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