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@host:port:sid',
format 'OCI' );



Thank you!
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to