Re: [gdal-dev] Re-loading non-spatial data using OGR2OGR

2012-01-26 Thread J. Burnson
(fictitious) shape column for the table in SDO_GEOM_METADATA. Thereafter, ogr2ogr has no trouble loading and re-loading. Not ideal but progress of a sort!   John --- On Thu, 1/26/12, Chaitanya kumar CH wrote: From: Chaitanya kumar CH Subject: Re: [gdal-dev] Re-loading non-spatial data using OGR2OGR To

Re: [gdal-dev] Re-loading non-spatial data using OGR2OGR

2012-01-26 Thread Chaitanya kumar CH
ER(38) > field_1VARCHAR2(2047 CHAR) > field_2VARCHAR2(2047 CHAR) > Adding MULTI_LOAD=NO had no discernible effect. > John > > --- On *Thu, 1/26/12, Chaitanya kumar CH * wrote: > > > From: Chai

Re: [gdal-dev] Re-loading non-spatial data using OGR2OGR

2012-01-26 Thread J. Burnson
kumar CH wrote: From: Chaitanya kumar CH Subject: Re: [gdal-dev] Re-loading non-spatial data using OGR2OGR To: "J. Burnson" Cc: gdal-dev@lists.osgeo.org Date: Thursday, January 26, 2012, 12:10 PM John, Try setting the layer creation option MULTI_LOAD to NO using -lco with ogr2

Re: [gdal-dev] Re-loading non-spatial data using OGR2OGR

2012-01-26 Thread Chaitanya kumar CH
John, Try setting the layer creation option MULTI_LOAD to NO using -lco with ogr2ogr and the configuration option CPL_DEBUG to OFF [1]. I hope to get at least a more usable error message. [1]: http://trac.osgeo.org/gdal/wiki/ConfigOptions On Thu, Jan 26, 2012 at 10:31 PM, J. Burnson wrote: >

[gdal-dev] Re-loading non-spatial data using OGR2OGR

2012-01-26 Thread J. Burnson
Hi, I am trying to load a non-spatial CSV file into Oracle using ogr2ogr (GDAL 1.8.1). It works on the first attempt (when no destination table exists) but in later attempts, I get "name is already used by an existing object".   ogr2ogr -append -f OCI OCI:user/password@db -nln r_sign_ogr X:/