Re: [cx-oracle-users] Copying tables between two schemas? SQ*PLUS COPY?
Brought to you by:
atuining
From: Paul M. <p.f...@gm...> - 2011-11-02 09:49:55
|
On 2 November 2011 03:22, Victor Hooi <vic...@ya...> wrote: > Is there any way at all to get COPY to work from cx_Oracle? Or any other way > to achieve the same thing just as elegantly, and not iterate through > records? Check out cx_OracleTools: http://cx-oracletools.sourceforge.net/ - there's a CopyData tool. Note - I haven't actually used these myself, but they seem to do the sort of thing you're after. Paul. |