= Oracle = * http://gdal.org/ogr/drv_oci.html - format docs. == Building with Oracle Database Instant Client == On Linux, if you are using the [http://www.oracle.com/technology/tech/oci/instantclient/index.html Instant Client] and './configure' can not locate Oracle headers and libraries and throws in config.log a message saying: {{{ /usr/bin/ld: cannot find -lclntsh }}} Then check if there is symbolic link with name ''libclntsh.so'' in ''/lib'' pointing to binary with name like 'libclntsh.so.X.Y'. If it isn't there, create it using similar command to this: {{{ $ ln -s /opt/instantclient_11_2/libclntsh.so.11.1 /opt/instantclient_11_2/libclntsh.so }}} = Open Tickets = [[TicketQuery(status=new|assigned|reopened&keywords~=oci|oracle&order=priority)]]