QGIS, when querying Oracle to determine the geometry type in a table's
sdo_geometry column executes the following SQL:

SELECT DISTINCT gtype FROM (SELECT t."GEOMETRY".sdo_gtype AS gtype FROM
"<XXXX>"."<TABLENAME>" t WHERE t."GEOMETRY" IS NOT NULL AND rownum<1000)
WHERE rownum<=2

If there any way that I can force QGIS to change the number it samples?

regards
Simon




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Detecting-Geometry-Type-For-Oracle-Object-tp5305257.html
Sent from the QGIS - User mailing list archive at Nabble.com.
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to