I am trying to run multi-threaded perl script.
When I run the script with 50 threads, it runs fine.But if I increase the no of threads from 50 to 80 it gives following message :
Thread 79 terminated abnormally: Can't locate DBD/Oracle.pm in @INC (@INC contains: /x/perl585/lib/5.8.5/sun4-solaris-thread-multi /x/perl585/lib/5.8.5 /x/perl585/lib/site_perl/5.8.5/sun4-solaris-thread-multi /x/perl585/lib/site_perl/5.8.5 /x/perl585/lib/site_perl .) at (eval 9) line 3.
Can you please help me out on this ??