pramsey / pgsql-ogr-fdw

PostgreSQL foreign data wrapper for OGR
MIT License
239 stars 34 forks source link

Oracle Support? #122

Closed jonrmayer closed 7 years ago

jonrmayer commented 7 years ago

Apologies for my ignorance but is it possible for ogr_fdw to use the OCI data format?

pramsey commented 7 years ago

If your GDAL/OGR is appropriately compiled.

On Wed, Mar 29, 2017 at 5:20 PM, jonrmayer notifications@github.com wrote:

Apologies for my ignorance but is it possible for ogr_fdw to use the OCI data format?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pramsey/pgsql-ogr-fdw/issues/122, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG82669qpX5ua--kBtRxcy3SSHzhNtCks5rqvUxgaJpZM4Mtt0P .

robe2 commented 7 years ago

If you have GDAL enabled with ODB, you can alternatively go via the ODBC driver if OCI is not directly enabled. ODBC will work on both windows and Unix if your system has the appropriate ODBC OCI for oracle.

robe2 commented 7 years ago

@pramsey shouldn't you close this out. This seems like more of a question than a real issue.