RE: regd Pl/Sql blocks in DBI

2001-06-08 Thread Prabaharan Dorairajan
: Re: regd Pl/Sql blocks in DBI On Thu, Jun 07, 2001 at 06:13:25PM -0700, Prabaharan Dorairajan wrote: > Hi, > > I am unable to pass values from perl to Oracle using DBI. > > > Could any one help me? > > Here is the program: > #!/depot/perl/rel/bin/perl #!/depot/perl

Re: regd Pl/Sql blocks in DBI

2001-06-08 Thread John Joseph Trammell
On Thu, Jun 07, 2001 at 06:13:25PM -0700, Prabaharan Dorairajan wrote: > Hi, > > I am unable to pass values from perl to Oracle using DBI. > > > Could any one help me? > > Here is the program: > #!/depot/perl/rel/bin/perl #!/depot/perl/rel/bin/perl -w use strict; > use DBI; > my (dbh,sth)

regd Pl/Sql blocks in DBI

2001-06-07 Thread Prabaharan Dorairajan
Hi, I am unable to pass values from perl to Oracle using DBI. Could any one help me? Here is the program: #!/depot/perl/rel/bin/perl use DBI; my (dbh,sth); $dbh = DBI->connect("orcl", "scott", "tiger","oracle"); my $AddrlineSql = (q{ DECLARE