Hi,
I have linked to postgresql 8.4 from oracle database 12c .I haven't any problems to select tables do not contain the geometry column.
For example:
select "objectid" from "parcel"@pg_link;
But When I select the geometry column with pg_link it fails that ORA-28562 and ORA-02063
I do not have opportunity to be able to directly intervene in the PostgreSQL database so I can not convert WKT in postgresql database so how do I run the following query? I am using Toad.
select "poly" from "parcel"@pg_link
Thanks by advance for any tip.
King Regards.