Skip to content

botenvouwer/gdal-oci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDAL with Oracle

It can be a hussle to get this to work. Sharing is caring, so here you got my result.

How to use

Build the Docker image and run it. It should work as it is.

  1. Run docker build -t gdal-oci .
  2. Run docker run -it gdal-oci
  3. Run in container ogr2ogr --formats | grep OCI

This should result in: OCI -vector- (rw+): Oracle Spatial

How I did it

These are the steps I took to build GDAl with OCI driver:

  1. I took the ubuntu small Docker file from the GDAL github repo;
  2. I added the installation steps to install OCI to the Dockerfile based on fegyi001's repo;

About

GDAL docker build with Oracle OCI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published