I can connect to Oracle database adding and creating spatial layer.
In the same database there are non-spatial tables but I cannot view any of them when connected to the database.
I need to add these tables to QGIS to perform joins with spatial layer.
How do I add non-spatial Oracle table to QGIS?
Vince
20.5k16 gold badges49 silver badges65 bronze badges
1 Answer 1
Try checking "Also list tables with no geometry." And then let the scan run.
answered Jul 11, 2017 at 16:00
-
I don't know why someone rated this answer not useful. This is exactly how you add non-spatial tables from an Oracle spatial connection to QGIS...enolan– enolan2017年07月11日 19:26:39 +00:00Commented Jul 11, 2017 at 19:26
JOIN
way faster than QGIS could. If you create views you won't need to fashion queries in the GIS software.