How to read Oracle Spatial data with rgdal (missing drive?)
问题 I would like to read spatial data into R from my Oracle Spatial database. When I execute ogrDrivers() I do not see anything for Oracle Spatial. And the following fails: > require(rgdal) > ogrInfo(dsn="OCI:myusr/mypwd@mydb:MYTABLE:") Error in ogrListLayers(dsn = dsn) : Cannot open data source It looks like Oracle Spatial driver is not normally built into OGR (Oracle makes it really difficult for everybody to work and interoperate with other eco-systems!). I am wondering whether there are other