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 -> Merge Data Sets

Merge Data Sets

From: Andy Johnson <AJohnson_at_Armature.com>
Date: Tue, 25 Sep 2001 16:11:49 +0100
Message-ID: <783866CAB183D211883F0090271F46C20884E0B1@COW>


Hi,
Does anyone have any experience with merging two data sets that have no relationship whatsoever. for example.

Table X ( Acol varchar2,Bcol varchar2,dob date)

Table Y (XCol Number)

|
|
        

Table Z (XCol number, Acol varchar2,Bcol varchar2,dob date)

these table have no join key and thier is around 25 million rows..

any help would be appreciate, I have written a bit of pl/sql but it is miserably slow, i am wanting to take advantage of direct insert hint.

many thanks

andre Received on Tue Sep 25 2001 - 10:11:49 CDT

Original text of this message

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