Re: [gdal-dev] Limiting Oracle layers to the tables of a given schema

2017-04-14 Thread jratike80
1560.x6.nabble.com/gdal-dev-Limiting-Oracle-layers-to-the-tables-of-a-given-schema-tp5317259p5317319.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Limiting Oracle layers to the tables of a given schema

2017-04-14 Thread Ivan Lucena
According to the doc: "If the list of tables is not provided, then all tables appearing in ALL_SDO_GEOM_METADATA will be treated by OGR as layers with the table names as the layer names. Non-spatial tables or spatial tables not listed in the ALL_SDO_GEOM_METADATA table are not accessible unless

Re: [gdal-dev] Limiting Oracle layers to the tables of a given schema

2017-04-13 Thread Even Rouault
On jeudi 13 avril 2017 18:52:58 CEST Vautour, André (INT) wrote: > Hi all, > > I started playing with the Oracle Spatial (OCI) vector driver and was > surprised that the default behaviour is to look for all the tables listed > in ALL_SDO_GEOM_METADATA. > > I would have expected it to use all the

[gdal-dev] Limiting Oracle layers to the tables of a given schema

2017-04-13 Thread INT
Hi all, I started playing with the Oracle Spatial (OCI) vector driver and was surprised that the default behaviour is to look for all the tables listed in ALL_SDO_GEOM_METADATA. I would have expected it to use all the tables in the schema (user) that was provided, so, essentially, to query USE