Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PerlPro

    Perl DBD Installation Problem on Solaris 5.6 - Oracle 8.1.7 Platform

    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...
  2. PerlPro

    Perl DBI for Solaris 5.6

    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...
  3. PerlPro

    Calling Oracle stored procs with VB-6 and ADO

    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...
  4. PerlPro

    Calling Oracle Stored Procs using VB-6 and ADO

    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...
  5. PerlPro

    Calling a Unix Shell Script with parameters

    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...
  6. PerlPro

    Calling a Unix Shell Script with parameters

    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')...
  7. PerlPro

    Calling a Unix Shell Script with parameters

    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...

Part and Inventory Search

Back
Top