Re: [gdal-dev] ogrinfo 1.10 with oracle view is failing

2014-04-03 Thread Rémy GOURRAT
Thanks Ivan, You attired my attention about ogr2ogr is case sensitive and Oracle Too So when I write my viewname UPCASE it's running ! Cordialement Rémy Gourrat ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] ogrinfo 1.10 with oracle view is failing

2014-03-31 Thread Ivan Lucena
wd@db ". And if you want to debug it you can add "--debug on" at the end of the command. Regards, Ivan > From: rgour...@ag-carto.fr > To: gdal-dev@lists.osgeo.org > Date: Mon, 31 Mar 2014 20:03:20 +0000 > Subject: [gdal-dev] ogrinfo 1.10 with oracle view is failing &g

[gdal-dev] ogrinfo 1.10 with oracle view is failing

2014-03-31 Thread Rémy GOURRAT
Hi, I do an ogrinfo on oracle view. Ogrinfo return ora-04043 object don't exist i do the same command on the native table with success. So i check the metadata in user_sdo_geom_metadata, it's same metadata for the view and the table. I recompile the view to have exactly same fields, same tabl