Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ore.connect() has as error in timezone check - "missing value when TRUE/FALSE needed

2946976May 8 2015 — edited May 10 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2015
Added on May 8 2015
1 comment
943 views