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: Best way to move data beween servers

Re: Best way to move data beween servers

From: Tanel Poder <tanel_at_@peldik.com>
Date: Tue, 11 Mar 2003 00:51:27 +0200
Message-ID: <3e6d163d$1_1@news.estpak.ee>

> > > 4) insert /*+ APPEND */ into tab as select * from
> > tab_at_dblink_old_db
> >
> > this doesn't work for LOB type.
>
> Yes it works. Just selecting a lob column from remote table doesn't work,
> but insert ... select works.

To be more precise:

insert into tab select * from tab_at_dblink

Tanel. Received on Mon Mar 10 2003 - 16:51:27 CST

Original text of this message

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