Enter Your Email

Enter your email address:

Delivered by FeedBurner

Custom Search

Friday, August 22, 2008

Oracle11g libnnz11.so: cannot restore segment prot after reloc: Permission denied

[oracle@oracle11g ~]$ lsnrctl status lsnrctl: error while loading shared libraries: /u01/app/oracle/product/11.1.0/db _1/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied
Operating System: Virtual Machine: Oracle Enterprise Linux 5.2 (32-bit)
Oracle RDBMS Version: Oracle 11g - 32 bit for Linux

This is the error due to SE Linux running in Enforce mode. The best way to avoid this is – make the SE Linux in Permissive mode. This can be done at the time of Setting up your server (by not selecting the security feature) (or) once the server setup completes you can set the value to 0.
Refer Metalink Doc Note:454196.1

**********************************************************************************

[oracle@oracle11g ~]$ sqlplus / as sysdba
sqlplus: error while loading shared libraries: /u01/app/oracle/product/11.1.0/db_1/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied

[oracle@oracle11g ~]$

I could able to solve this, by following the above Metalink Document. Hope this helps you.

[oracle@oracle11g ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.6.0 - Production on Fri Aug 22 15:30:06 2008
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to an idle instance.

9 comments:

  1. Ravi,

    I just installed OLE5 and found the same error.

    Found your blog and the issue is now fixed.

    Thanks.

    ReplyDelete
  2. Yea the Issue with the new Security features.

    ReplyDelete
  3. Anonymous9:03 PM

    So million thanks to you.

    ReplyDelete
  4. Anonymous1:37 AM

    Many thanks

    ReplyDelete
  5. Anonymous4:54 AM

    Thank you so much ...
    My problem got resolved folloing this ...

    ReplyDelete
  6. Thanks for all your Comments on my Blog. Good that, this post resolved your Issues.

    ReplyDelete
  7. Anonymous10:03 AM

    Hello Ravi,
    Thanks for the short and spot on help. Instead of long lists of checks..this solved my problem straight away!
    Thanks

    ReplyDelete
  8. Mohammed : Hello Ravi,
    Thank you so much...
    issue Resloved.

    ReplyDelete
  9. Thanks Ravi
    issue resloved

    ReplyDelete

 
Copyright © 2005 - 2008 DBA-ONWeb Technical blog. All rights reserved