Oracle 10g and Perl

by in 0

When I run my perl script before installing oracle, it is fine with no error. But when I installed oracle 10g I got this error

Use of :unique is deprecated at c:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86-multi-threa d/Config.pm.. ..

I don't even use oracle in my Perl script. So I am totally confused.
It took me a while to google it and I found this solution.

Just go to environment variable and remove PERL5LIB variable or set it to your perl installaton folder. That fixed it like a charm. 
Oracle comes with its own perl and that one is making me crazy. :D

Leave a Reply