DBI connection problem

2002-07-19 Thread VPasupatheeswaran
HI all: When I am trying to connect to oracle by my $dbh = DBI->connect("dbi:Oracle:test", "scott", "tiger");, I get the following error DBI->connect(gldba) failed: ERROR OCIEnvInit at db_connect.plx line 10 What does this mean? Can anybody help me out. Thanx Viji

Installation modules for perl

2002-07-11 Thread VPasupatheeswaran
What are the installation modules necessary for connecting and executing queries from perl to oracle? Thanx Viji

calling a stored procedure from perl through dbi

2002-07-11 Thread VPasupatheeswaran
Hi: I am as such new to perl and dbi. Please excuse me on my technical skills in this. How do you execute a stored procedure created in Oracle from perl?? Thanx in advance Viji