I updated R and packages today, and am seeing some changes in ROracle
behavior that I want to ask about. I'll describe the problems first;
details follow.
1) dbListTables now lists only my personal tables
previously it listed global tables
(don't see any way to show an example of this)
2) simple queries to tables with date fields fail.
For example,
dbGetQuery(con,"select * from wdrstats")
Error in .oci.GetQuery(conn, statement, ...) :
Error in try({ : ORA-01805: possible error in date/time operation
The table in this example has, among others, two date fields.
That is, "describe wdrstats;" returns (among others)
EFFDATE DATE
ENTERED NOT NULL DATE
By the way, I'm very happy to see that ROracle is being actively
maintained. Thank you!
Thanks
-Don
-------------------------------
This was a substantial upgrade; previously I had
ROracle 0.5-12 with R 2.14.1
now I have
ROracle 1.1-5 and R 2.15.2
(so ROracle now uses OCI; whereas before it did not)
R itself is built from source on a linux (RHEL5) machine.
I ran update.packages() and didn't see any problems.
Reinstalling ROracle using install.packages() succeeds (I can provide a
log if desired).
Running R on the same machine as the Oracle installation.