Hi,
I am trying to install Perl DBD-Oracle-1.12 on Solaris 5.6 with Oracle 8.1.7. I read the README file which says that the first step is :
perl Makefile.PL
This runs fine and generates a Makefile on the server.
However, the next command is
make
This command results in the following...
Hello,
I am new to Perl and I need to install Perl DBI for Oracle 8.1.7 on a Solaris 5.6 server. I have Perl 5.00503 installed but I think the DBI is not installed.
I have found a download site
ftp://sunsite.unc.edu/pub/solaris/freeware/sparc/2.6
but not sure which version of Perl to download...
Hi,
I am trying to call an Oracle stored proc using VB-6 and ADO but getting the following error.
ORA-06550:Line1, column 25
PLS-00201:identifier teamtable must be declared
ORA-06550:Line1, column 7
PL/SQL statement ignored
---------------------------------------------------
The code I am...
Hi,
I am trying to call an Oracle stored proc using VB-6 and ADO but getting the following error.
ORA-06550:Line1, column 25
PLS-00201:identifier teamtable must be declared
ORA-06550:Line1, column 7
PL/SQL statement ignored
---------------------------------------------------
The code I am...
Hi Mike,
The value of cmd returned is 256.
This script is being called from a HTML page from where the parameters are passed. Now, if I call my routine from the unix shell prompt, it works fine. However, when I pass the parameters from a HTML page, the code returns the above error in variable...
Hi Mark,
Thanks for your prompt reply. I tried to use double quotes but it does not work. Here is some of my code. The parameters are passed from a URL.
#!/usr/bin/perl -w
use CGI ':standard';
my $userLogin;
my $usrPassword;
$userLogin = param('userlogin');
$usrPassword = param('password')...
Hi,
I am new to the Perl environment. I am trying to call a Unix shell script from a Perl CGI script. I need to pass 13 parameters to the Unix Shell Script.
Things I Do Know:
1) How to use 'shell()' function in Perl
My question:
1) How do I pass parameters from a Perl script inside the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.