Hello Friends,<div><br></div><div> 1.) I am working in order to convert a database with several schemas from Oracle to Postgre/Postgis.</div><div> I have some datatypes in Oracle and I would like to know the similar in Postgre.</div>
<div> for example:</div><div><br></div><div>  timestamp</div><div>  blob</div><div>  clob</div><div><br></div><div> 2.) Also I tried to use the ogr2org tool, as below, to transfer data directly from Oracle to Postgre/Postgis</div>
<div><br></div><div><div>    ogr2ogr -overwrite -f "PostgreSQL" -nln public.tab_f PG:"host=localhost user=postgres password=********  dbname=bdteste"  OCI:eng_sigcamp/********@ora10g:oracle_schema.tab_f</div>
</div><div><br></div><div> I am running this command and it is not working.</div><div> I downloaded the ogr_OCI.dll and I placed it in several folders of  the FWTools.2.4.7 where I imagine that it should be there, unsuccessfully.</div>
<div> I also tried the ODBC configuration and it did not worked.</div><div><br></div><div> Is there any clue, where I must place the ogr_OCI.dll ?</div><div> Does it work fine ? any experience with this tool.</div><div><br>
</div><div>Is there any other tool for doing this data migration.</div><div><br></div><div><br></div><div>Regards</div><div>Eriovaldo</div><div><br></div><div><br></div>