Oraperl

2005-10-06 Thread Gupta, Razat
Hi EveryOne, I have a query related to Oraperl. Actually , I have a script which is creating a connection to an Oracle database. The connection code is : ora_login('','/',''); What I know is that for system_id , it is taking the value of ORACLE_SID But I not getting what it is taking

DBI issues

2005-10-09 Thread Gupta, Razat
Hello Everyone, I m new to perl. I am stuck to some point. Our administrator have installed a module called DBI.pm in /DBI-1.48. Now when I try to run a script as : Perl -e use DBI; It will generate an error called: Can't locate loadable object for module DBI in @INC (@INC

Oracle.dll

2005-10-10 Thread Gupta, Razat
I was running DBI on my machine and it was fine. I was accessing remote Oracle servers using DBD::ORACLE. But when I had installed Oracle client on my machine . I am not able to connect to any of the oracle servers using Perl DBI. Every time I try to connect ,error generated is :

Perl Oracle issue

2005-10-10 Thread Gupta, Razat
I was running DBI on my machine and it was fine. I was accessing remote Oracle servers using DBD::ORACLE. But when I had installed Oracle client on my machine . I am not able to connect to any of the oracle servers using Perl DBI. Every time I try to connect ,error generated is :

ppm

2005-10-16 Thread Gupta, Razat
Hi Everyone, I have installed ActiveStatePerl 5.6.1 in my Solaris box. I want to confirm one thing : is it possible to install any module of perl using ppm available in Active Perl. For windows ,I am sure it is possible.But I am not sure for Solaris. Can any one clarify this thing.

installation problem

2005-10-17 Thread Gupta, Razat
While installing a module of perl on Solaris box. I am getting some problem. I have downloaded DBI.1.48.tar.gz Untar it. I have run the command perl Makefile.pl - OK make - shows some error which is mentioned below: make: gcc: Command not found make: *** [Perl.o] Error 127 Can

Oracle/DBI

2005-10-18 Thread Gupta, Razat
Hi Everyone, I am trying to connect to an Oracle Database . Previously, I was using perl DBI and DBD:;Orcacle for this purpose. But now when I had installed an oracle client on my machine , I m getting the following error while trying to access an Oracle Database using my perl script. When

RE: Oracle/DBI

2005-10-18 Thread Gupta, Razat
, Razat -Original Message- From: sreenivas reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 2:23 AM To: 'sreenivas reddy'; Gupta, Razat; dbi-users@perl.org Subject: RE: Oracle/DBI Put tnsnames.ora file and try Regards gsreddy -Original Message- From: sreenivas reddy

RE: Installing Perl DBI

2006-01-24 Thread Gupta, Razat
Try it with nmake and nmake install instaed of PPM if you have downladed the DBI. Regards Razat -Original Message- From: Dilly raja [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 2:21 AM To: dbi-users@perl.org Subject: Reg: Installing Perl DBI I have installed

NET::FTP

2006-04-04 Thread Gupta, Razat
Hi All, I dont know whether this is a correct forum for asking this or not. But still if anybody can help me , its great. We are having some perl scripts which are pulling data from a FTP Server . We have a coonection through a NAT IP. Simultaneously , five or six scripts runs and fetch data