: 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
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)
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