Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Copy Oracle spatial tables to remote computer

Re: Copy Oracle spatial tables to remote computer

From: andrew_webby at hotmail <spam_at_no.thanks.com>
Date: Tue, 17 Jul 2001 16:49:00 +0100
Message-ID: <995384905.27149.0.nnrp-08.c30bdde2@news.demon.co.uk>

Read up on "COPY" command.

"Burnet Roland" <roland.burnet_at_grenoble.cemagref.fr> wrote in message news:3B544C63.CB21DF00_at_grenoble.cemagref.fr...
> Hello,
> I want to copy a spatial table (with a MDSYS.SDO_GEOMETRY field) from a
> computer to another computer.
> The sql command
> create table spatial2 as select * from spatial1
> has no problem on the same computer, but if I create a database link
> 'foreign' the sql command
> create table spatial2 as select * from spatial1_at_foreign
> is not performed, I got the following error message :
> ORA-22804 remote operations not permitted on object tables or
> user-defined type columns.
>
> How it is possible to copy a such table on a remote computer ?
>
> Thanks in advance for your help
>
> R. Burnet
Received on Tue Jul 17 2001 - 10:49:00 CDT

Original text of this message

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