<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm trying to compile ogr with Oracle 
Spatial.</FONT></DIV>
<DIV><FONT face=Arial size=2>I changed nmake.opt with the 
following:</FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial># Add ORACLE support.<BR>ORACLE_HOME = 
D:\oracle\ora92</FONT></DIV>
<DIV>
<P><FONT face=Arial>!IFDEF ORACLE_HOME<BR>OCI_LIB = 
$(ORACLE_HOME)\oci\lib\msvc\ociw32.lib 
\<BR>$(ORACLE_HOME)\oci\lib\msvc\oci.lib<BR>!ENDIF<BR></FONT></P>
<P><FONT face=Arial>ORACLE_HOME path is correct.</P></FONT>
<P><FONT face=Arial>Then I compiled and I got&nbsp;binaries (such as 
ogr2ogr.exe).</FONT></P>
<P><FONT face=Arial>But if I try to issue a test as </FONT></P>
<P><FONT face=Arial>ogr2ogr -f OCI OCI:scott/tiger@franz 
C:\App\TI-CantoneSHP\comuni.shp</FONT></P>
<P><FONT face=Arial>I get the error "Unable to find driver 'OCI'"</FONT></P>
<P><FONT face=Arial>Any suggestions?...</FONT></P>
<P><FONT face=Arial>Best regards</FONT></P>
<P><FONT face=Arial>Francesco</P></FONT>
<P><FONT face=Arial></FONT>&nbsp;</P></FONT></DIV></BODY></HTML>