<div dir="ltr">HI again, thank you guys for your time :)<div><br></div><div>Richard you talk abou a post, what about a chapter to put in QGIS documentation? :P</div><div><br></div><div>Let me know if you want help for the post, i'm short of time but i can always find a little of time to help :)</div><div><br></div><div>Regards</div><div>Joćo</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-20 20:26 GMT+01:00 Richard Duivenvoorde <span dir="ltr"><<a href="mailto:rdmailings@duif.net" target="_blank">rdmailings@duif.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 19-10-14 16:37, Joćo Gaspar wrote:<br>
> Hi guys,<br>
><br>
> I open the recent QGIS master and i don't find the Oracle Spatial icon.<br>
><br>
> In the Plugin Manager only appears the Oracle Raster in installed plugins.<br>
><br>
> Can anyone confirm this? Is the same for the other OS?<br>
<br>
</span>Hi Joćo,<br>
<br>
for Windows I know the Oracle provider is part of the osgeo4w install<br>
(and I think also in the standalone installer, but not 100% sure).<br>
<br>
Only if you have this Oracle spatial provider included you will see the<br>
little blue oval meaning the Oracle provider is available.<br>
<br>
Most linux repositories do not have the Oracle provider in their QGIS<br>
binaries, probably because of license troubles.<br>
<br>
Some time ago with some help of Martin I was able to build QGIS on<br>
Debian with Oracle Spatial provider.<br>
<br>
For more info see this thread.<br>
<br>
<a href="http://lists.osgeo.org/pipermail/qgis-developer/2014-August/034195.html" target="_blank">http://lists.osgeo.org/pipermail/qgis-developer/2014-August/034195.html</a><br>
<br>
My plan is/was to write some a blogpost about it but....<br>
<br>
Anyway, some info for now:<br>
<br>
You have to register with Oracle and download the instant client<br>
packages, via<br>
<a href="http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html" target="_blank">http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html</a><br>
<br>
- instantclient basiclite linux<br>
<a href="http://download.oracle.com/otn/linux/instantclient/121020/instantclient-basiclite-linux.x64-12.1.0.2.0.zip" target="_blank">http://download.oracle.com/otn/linux/instantclient/121020/instantclient-basiclite-linux.x64-12.1.0.2.0.zip</a><br>
<br>
- instantclient sdk linux<br>
<a href="http://download.oracle.com/otn/linux/instantclient/121020/instantclient-sdk-linux.x64-12.1.0.2.0.zip" target="_blank">http://download.oracle.com/otn/linux/instantclient/121020/instantclient-sdk-linux.x64-12.1.0.2.0.zip</a><br>
<br>
see also instruction from Martin. But unzip those, and then configure<br>
your compile/build with -DWITH_ORACLE=TRUE<br>
<br>
for me the magic lines were:<br>
<br>
export<br>
LD_LIBRARY_PATH=/home/richard/dev/oracle/12.1/instantclient_12_1/libclntsh.so.12.1<br>
<br>
<br>
 ccmake -DCMAKE_BUILD_TYPE=Debug<br>
-DCMAKE_INSTALL_PREFIX=/home/richard/apps/qgis/masteroracle/debug··<br>
-DPYTHON_INCLUDE_PATH=/usr/include/python2.7<br>
-DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/<a href="http://libpython2.7.so" target="_blank">libpython2.7.so</a> i<br>
-DWITH_ORACLE=TRUE<br>
-DOCI_INCLUDE_DIR=/home/richard/dev/oracle/12.1/instantclient_12_1/sdk/include·<br>
-DOCI_LIBRARY=/home/richard/dev/oracle/12.1/instantclient_12_1/libclntsh.so.12.1<br>
..<br>
<br>
And voila, you have your Oracle Spatial icon ;-)<br>
<br>
As said, I hope to find some time to do this again and then blog about<br>
it (though I 'lost' my Oracle db, if somebody has a online test db<br>
available, please let me know).<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
<br>
</blockquote></div><br></div>