Re: Loading Oracle Spatial Data to Postgresql - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Loading Oracle Spatial Data to Postgresql
Date
Msg-id 2ed51ff7fac772ced5a60925de5cb6e4da176f21.camel@cybertec.at
Whole thread Raw
In response to Loading Oracle Spatial Data to Postgresql  ("Ko, Christina" <christina.ko@lmco.com>)
List pgsql-general
On Thu, 2020-08-20 at 14:30 +0000, Ko, Christina wrote:
> I am running into issue using DMS to load oracle spatial data (oracle 11.2.0.3) to postgresql.
> 
> Oracle table:
> 
> CREATE TABLE Spatial_Tbl
>  ID        NUMBER(38,9),
>   P_ID      NUMBER(38,9),
>   GEOMETRY  MDSYS.SDO_GEOMETRY

If the geometries are not exotic, oracle_fdw would do the trick.

You won't be able to install it on a hosted database though.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: > ERROR: syntax error at or near "BYTE"
Next
From: Paul Förster
Date:
Subject: Re: > ERROR: syntax error at or near "BYTE"