Displaying 2 results from an estimated 2 matches for "oranewconnection".
2003 Sep 24
1
64-bit Oracle interface
...'.
I have problems setting up an Oralce database connection.
I can instantiate a driver using drv <- Oracle(). But when I try to
connect to my database using dbConnect (dbConnect(drv, dbname="xxx",
username="xxx", password="xxx")) I get the message:
Error in oraNewConnection(drv, ...) : RS-DBI driver: (ORA-12154:
TNS:could not resolve service name)
When I use oraNewConnection (oraNewConnection(drv,username="xxx",
password="xxx")) I get the message:
Error in oraNewConnection(drv, username = "pheno", password = "pheno") :...
2009 Sep 09
1
ROracle ubuntu64 issue
...ues as seen below
at a loss do to what next
> library(ROracle)
Loading required package: DBI
> m <- dbDriver("Oracle")
> con <- dbConnect(m, username="EPICEDF", password="ps39000b",
dbname="EPICD2007", address="10.1.16.40")
Error in oraNewConnection(drv, ...) :
unused argument(s) (address = "10.1.16.40")
> con <- dbConnect(m, username="myname", password="mwpwd",
dbname="10.1.16.40")
*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: .Call("RS_Ora_newC...