Hi,
I'm migrating a tool from a postgres back-end to a oracle back-end. The perl script uses our own error.pm. The postgres script runs perfectly, but the oracle script fails to run with the error:
Can't locate Log/Agent.pm in @INC ... at (eval 4) line 2.
We can connect to the oracle database using a script which doesn't use error.pm, and there are no changes to the error.pm file or to the postgres script (except for the connect line).
Thanks in advance,
Fraser
I'm migrating a tool from a postgres back-end to a oracle back-end. The perl script uses our own error.pm. The postgres script runs perfectly, but the oracle script fails to run with the error:
Can't locate Log/Agent.pm in @INC ... at (eval 4) line 2.
We can connect to the oracle database using a script which doesn't use error.pm, and there are no changes to the error.pm file or to the postgres script (except for the connect line).
Thanks in advance,
Fraser