Re: [gdal-dev] OGR-OCI (Oracle) Interface

2010-06-22 Thread Frank Warmerdam
On Tue, Jun 22, 2010 at 8:19 AM, Peter J Halls wrote: > Dear All, > >    I have an application that has need of the use of an Oracle 'collection' > (aka array) as a column type.  The OGR OCI driver does not currently support > this.  Would I be better pre-defining the table and then using SQL_Exec

[gdal-dev] OGR-OCI (Oracle) Interface

2010-06-22 Thread Peter J Halls
Dear All, I have an application that has need of the use of an Oracle 'collection' (aka array) as a column type. The OGR OCI driver does not currently support this. Would I be better pre-defining the table and then using SQL_Execute to manipulate the array column or to consider extending