Hi, It should work. Write your two first ogr2ogr commands (the initial one and first to append) as a whole but without OCI connection details. The -nln parameter must appear in the append command if I remember right.
-Jukka Rahkonen- Kreß, Marius wrote > Dear GDAL developers and users, > > I want to write contour polygons into an Oracle Spatial database. Because > the area is quite large, I would like to calculate them in smaller boxes > and write them into the table one after the other. But as far as I can > see, it is not possible to append features to a table. You can only create > a new one, overwrite or truncate it. Even if I first write it into a > shapefile and then try to write it in the database with ogr2ogr, it > ignores the -append and -update options. > > Is it correct that it doesn't work or did I miss anything? Do you know a > better solution? > > Thanks for your help, > > Marius Kress > > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
