Connection from Brie2 to Oracle database on chevre
Xiaokang Pan
pan at stein.cshl.org
Fri Oct 19 21:33:18 EDT 2001
Hi all,
We can connect to the Oracle database "gramene" on chevere from Brie2
if using the following method:
1. setting the environmental variable ORACLE_HOME to
/usr/local/oracle/home in your profile.
2. using connection string like
$dbh = DBI->connect("dbi:Oracle:",
q{username/password@(DESCRIPTION=
(ADDRESS=(PROTOCOL=TCP)
(HOST=chevre)(PORT=1521))
(CONNECT_DATA=(SID=gramene)))},
"");
Would you like to try it?
Have a nice weekend!
Xiaokang
More information about the Gramene
mailing list