Can any body help me to find
What are DBD::Oracle's dependencies (on Windows)?
I have successfully installed DBD::Oracle on my windows XP based PC
When I tried to connect to remote Oracle Sever using following code
# --- Connecting to host
my $dbh = DBI->connect('dbi:Oracle:host=myserverIP;sid=ORCL;port=1525'
+, 'pfisher', 'password', { RaiseError => 1, AutoCommit => 0 });
It gives me following error
DBI connect('host=.....; sid=ORCL;port=1521','pfisher',...) failed: ORA-12541: TNS:no listener (DBD ERROR: OCISer
verAttach) at oracleTest.pl line 12
Can any body help me...........................?????