Skip to content
Prev 274 / 1559 Next

using DBI

Yes I have that and
drv=dbDriver("Oracle") executes without complaint.
The platform is Solaris 10 on x86. I try

conn=dbConnect(drv,user='user',password='password',dbname='dwsh.blabla.com')
which fails complaining about no listener.

the connect string that does the job using occi is:

const string
connectString="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(COMMUNITY=
mplstcp)(PROTOCOL=TCP)(Host=dwsh.blabla.com)(Port=1522)))(CONNECT_DATA=(SID=dwsh)))";

Could you pls suggest the syntax to call dbConnect?
Thank you greatly


Stephen C. Bond
Queen's University
On Thu, 11 Jan 2007, Don MacQueen wrote: