wiki:TutorialOracleGDAL

Version 1 (modified by jlarouche, 11 years ago) ( diff )

--

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
Note: See TracWiki for help on using the wiki.