| 1 | = Oracle for GDAL = |
| 2 | |
| 3 | * You need the Oracle Instant Client |
| 4 | * For this tutorial we'll assume that's it is installed in {{{/opt/oracle/}}} |
| 5 | |
| 6 | * With GDAL installed do |
| 7 | {{{ |
| 8 | sudo apt-get install libgdal-oci-src |
| 9 | }}} |
| 10 | * To install the GDAL plugin: |
| 11 | {{{ |
| 12 | sudo gdal-oci-build /opt/oracle/sdk/include /opt/oracle/ |
| 13 | }}} |
| 14 | The script takes 2 arguments, first is the path to the include directory and the second one is the path to the lib directory |
| 15 | Now you should see OCI in ogrinfo --formats |