Installation Oracle Data Analytics OK - 12c, etc. on Ubuntu 14.04. using R 3.1. When testing the R connectivity. my connect statement gives me
> ore.connect("xxxx", host="localhost", service_name="xxxxxx",password="xxxx", all=TRUE)
Error in if (timezone != "") try(.ore.dbGetQuery(sprintf("alter session set time_zone = '%s'", :
missing value where TRUE/FALSE needed
it does connect since testing the connection returns TRUE
>ore.is.connected()
[1] TRUE
and after synching I can see ore.ls() shows me tables.. But I wonder if this is the pointing to a deeper cause ? which I'll state in a second question