Changes between Initial Version and Version 1 of TutorialOracleGDAL


Ignore:
Timestamp:
Sep 12, 2013, 1:26:03 PM (11 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TutorialOracleGDAL

    v1 v1  
     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