Database Administration (MOSC)

MOSC Banner

oerr problem in oracle 12c

edited Feb 6, 2014 10:06AM in Database Administration (MOSC) 2 commentsAnswered ✓

I tried to do oerr from a non-oracle account, with the following result:

oerr ora 257
Can't locate English.pm in @INC (@INC contains: /oracle/product/12.1.0.1/
dbhome1/perl/lib/site_perl/5.14.1/x86_64-linux-thread-multi /oracle/
product/12.1.0.1/dbhome1/perl/lib/site_perl/5.14.1 /oracle/
product/12.1.0.1/dbhome1/perl/lib/5.14.1/x86_64-linux-thread-multi /
oracle/product/12.1.0.1/dbhome1/perl/lib/5.14.1 .)

The solution is very simple, as expected:

chmod -R 750 /oracle/product/12.1.0.1/dbhome1/perl

The user that I was using is a member of the oinstall group:

mgogala@medo ~]$ id
uid=1000(mgogala) gid=1000(mgogala) groups=1000(mgogala),10(wheel),39
(video),987(vboxusers),1001(oinstall)

The original protections for the package files (.pm) and libraries is

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center