[gdal-dev] OCI driver in ogr_fdw postgresql extension
黄宁
huangning290 at 126.com
Thu Jan 20 21:57:23 PST 2022
I want to read geo data from an oracle database. How should I create a server?
I will try to create a server in this way. but can not connect to an oracle.
CREATE SERVER ociserver
FOREIGN DATA WRAPPER ogr_fdw
OPTIONS (
datasource 'OCI:username/password at host:port:sid',
format 'OCI' );
Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20220121/503cf595/attachment.html>
More information about the gdal-dev
mailing list