wiki:TutorialOracleGDAL

Oracle for GDAL

  • You need the Oracle Instant Client
    • For this tutorial we'll assume that's it is installed in /opt/oracle/
  • With GDAL installed do
    sudo apt-get install libgdal-oci-src
    
  • To install the GDAL plugin:
    sudo gdal-oci-build /opt/oracle/sdk/include /opt/oracle/
    
    The script takes 2 arguments, first is the path to the include directory and the second one is the path to the lib directory Now you should see OCI in ogrinfo --formats
Last modified 11 years ago Last modified on Sep 12, 2013, 1:26:03 PM
Note: See TracWiki for help on using the wiki.