iSelfSchooling.com - Since 1999  References  |  Job Openings  |
    Home  | Search more  | Oracle Syntax  | Instructor-Led in Class   | (Members to access to VIDEOS)
 

Copyright & User Agreement

   Suggestions Email2aFriendHomepage us! |  Bookmark

Services

  Vision/Mission

  Services

  Biography

  Contact Us

 FREE Training

  Start...

  SQL

  PL/SQL

  Forms 

  Reports

  DBA Fundamentals

  Performance

  Prepare for OCP

  ShareUrNotes

...

  Acknowledgement

  Who is who

  University Directory

  Links...

 

 

 

FREE Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

BASICS

SQL | PL/SQL

DEVELOPERS

FORMS 2 | REPORTS | Other TOOLS

DBAs

FUNDAMENTALS 2 | PERFORMANCE | OEM

ADVANCE

APPLICATION SERVER | GRID CONTROL | ARTICLES 2 3 4

Advanced - Articles II

Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 | Lesson 06 | Lesson 07 | Lesson 08 | Lesson 09 | Lesson 10 | Lesson 11 | Lesson 12 | Lesson 13 | Lesson 14 | Lesson 15 | Lesson 16 | Lesson 17 | Lesson 18 | Lesson 19 | Lesson 20 | Lesson 21 | Lesson 22 | Lesson 23 | Lesson 24 | Lesson 25 | Lesson 26 | Lesson 27 | Lesson 28 | Lesson 29 | Lesson 30 | Lesson 31 | Lesson 32 | Lesson 33 | Lesson 34 | Lesson 35 |

Lesson 13

"Follow your instincts. That's where true wisdom manifests itself."

-Oprah Winfrey (1954 -)

When starting the intelligent agent from the server I get the this error message: LSNRCTL> Failed to initialize nl component,error=280 Failed to initialize nl component,error=280.  How can I fix the problem?

 

1 – Make sure that the TNS_ADMIN and ORATAB environment variables have correct entries.

 

2 – Make sure that the AUTOMATIC_IPC=OFF parameter is in the SQLNET.ora.

 

3 – Make sure that the account DBSNMP/DBSNMP was created.

4 - Run root.sh. This will cause the dbsnmp executable to be own by root and to set the setuid bit.

5 – Make sure that all the keywords in your LISTENER.ORA and TNSNAMES.ORA files are all in UPPERCASE.

6 – Make sure that the value returned when issuing the UNIX command "hostname" matches the TNSNAMES.ORA
reference to host.

7 - Ensure that the /etc/hosts file contains the hostname.

8 - Relink the agent executable:
% cd $ORACLE_HOME/network/lib
% make -f ins_agent.mk install

9 - Delete the $ORACLE_HOME/network/admin/SNMP_*.ORA files. Delete all the files in the $ORACLE_HOME/network/agent directory, leaving only the subdirectories.

10 - Set the environment variable: ORATAB & TNS_ADMIN
setenv ORATAB /etc/oratab or /var/opt/oracle/oratab <--use the exact oratab location
setenv TNS_ADMIN /u04/oracle/network/admin <--use the exact location of sqlnet config files.

11 - Verify that the ORATAB file contains only valid SIDs and ORACLE_HOMEs. Invalid entries in the ORATAB file causes the Oracle Intelligent Agent not to start.

12 - Remove/rename all files in your $ORACLE_HOME/network/log directory. Files owned by root may cause problems.

 

 

 
 
Google
 
Web web site