v...@csiro ha scritto:
> I was thinking somewhere along the line of:
>
> String sql = "select id, st_asbinary(shape) as shape from geology.table ";
> ResultSet p = postgis.createStatement().executeQuery(sql);
> PreparedStatement s = oracle.prepareStatement("update table set
n)
Cc: geotools-devel@lists.sourceforge.net
Subject: Re: [Geotools-devel] postgis st_asbinary(shape)
v...@csiro ha scritto:
> Hi, can someone kindly advice me on this.
>
> I have a geometry column on postgis and would like to move that data into
> oracle spatial.
>
> Can someone
I was thinking somewhere along the line of:
String sql = "select id, st_asbinary(shape) as shape from geology.table ";
ResultSet p = postgis.createStatement().executeQuery(sql);
PreparedStatement s = oracle.prepareStatement("update table set
shape=SDO_GEOMETRY(?) where id=
v...@csiro ha scritto:
> Hi, can someone kindly advice me on this.
>
> I have a geometry column on postgis and would like to move that data into
> oracle spatial.
>
> Can someone advice the best/easiest way of doing this?
>
> I have tried moving data out of postgis as wkt and insert into oracl
Hi, can someone kindly advice me on this.
I have a geometry column on postgis and would like to move that data into
oracle spatial.
Can someone advice the best/easiest way of doing this?
I have tried moving data out of postgis as wkt and insert into oracle
sdo_geometry(wkt) but some of the wk