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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rookie23

  1. rookie23

    error while running perl using oracle

    Thanks All for your Help, DBD-Oracle 1.16 was not working so i copied DBD-oracle 1.06 from another machine we had and now it is working fine
  2. rookie23

    error while running perl using oracle

    Trojan, Connection to Oracle DB through TOAD and sqlplus from c:\ or f:\ is working Thanks
  3. rookie23

    error while running perl using oracle

    dmazzini, here is the code i am trying to use use lib 'f:\\crm\\2005\\bmwcrm\\Perl'; use strict; use BMWlib; use DBI; use Carp; use ExchangeMail; # modification history # check source code marked with 'XXX' before put it into production my $DEBUG = 0; my $exception_flag = 0; my...
  4. rookie23

    error while running perl using oracle

    F:\crm\2005\bmwcrm\Perl\daily>extractRR.pl install_driver(Oracle) failed: Can't load 'F:/Perl/site/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle: load_file:The specified procedure could not be found at F:/Perl/lib/DynaLoader.pm line 206. at (eval 1) line 3 Compilation failed in require...
  5. rookie23

    Unable to initialize device PRN

    Thanks KevinADC i tried perl -e "print 'Hello World!'" and it works Thanks again
  6. rookie23

    Unable to initialize device PRN

    i tried to test perl installation on a server by typing the following print "Hello World!\n"; I get following error when i tried "Unable to initialize device PRN" Please Help Thanks in Advance

Part and Inventory Search

Back
Top