According to that code it should work: https://github.com/OSGeo/gdal/blob/70a2ec1795c3e01aeaf1ac3c0f7c69a3f0fa2ca5/gdal/ogr/ogrsf_frmts/oci/ogrocisession.cpp#L316
Ticket: https://trac.osgeo.org/gdal/ticket/6866 ________________________________ From: gdal-dev <[email protected]> on behalf of Victoria Ponz-Sarvise <[email protected]> Sent: Tuesday, September 15, 2020 9:03 AM To: [email protected] <[email protected]> Subject: [gdal-dev] ogr2ogr with ORACLE driver: limitation on table name size? Hi, I’m using ogr2ogr to upload shapefiles in an Oracle database, and I would like to know if there is a limitation of the number of characters in the created tables names. In Oracle, until v12.2, the table names where limited to 30 bytes, and after that it is possible to create tables with names 128 bytes long. The oracle database I’m using is 12.2, but ogr2ogr command truncates my table names to 30 chars. I can not find in the documentation if there is a limitation in table names sizes in ogr. Can you please tell me if ogr2ogr is able to create table names longer than 30 bytes? I am using GDAL 2.4.3 Thanks for your answer! Regards Victoria
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
