Using ROracle driver to connect to the databases (This change will occur in dbutils::connect_to_database)
Test all functions that use connection object to make sure they are not broken
The class of the connection object using ROracle is different from that of DBI::dbConnect()
However ROracle is built on DBI so hopefully all DBI::dbGetQquery() commands are not broken due to this change.
Using ROracle driver to connect to the databases (This change will occur in
dbutils::connect_to_database
)Test all functions that use connection object to make sure they are not broken
The class of the connection object using ROracle is different from that of
DBI::dbConnect()
However ROracle is built on DBI so hopefully allDBI::dbGetQquery()
commands are not broken due to this change.Need to test