NNL-00018: warning: could not contact default name server



NNL-00018: warning: could not contact default name server..

Answer / guest

Cause: The control program was unable to contact its default
name server during startup. There are a number of possible
causes for this error. The control program's SQLNET.ORA file
must exist in the correct system-specific location, and must
be readable by the control program. The file must contain a
names.preferred_servers entry with valid name server
addresses. The first server in the preferred-server list
must be running, and there must be network connectivity
between the control program and that server.

Action: Check to see that all of the above are true. If the
control program is still unable to contact its default
server, turn on tracing and restart the control program. If
the error persists, contact Worldwide Customer Support.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PCB-00302: This statement is not supported by ANSI

1 Answers  


NCR-03024: NCRO: Transport type LIST not supported

1 Answers  


PLS-01500: Unions are not allowed in the definition of a view

1 Answers  


ORA-38756: Flashback is already turned off for this tablespace.

1 Answers  


ORA-06574: Function string references package state, cannot execute remotely

1 Answers  






Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


RMAN-08161: contents of Memory Script:

1 Answers  


RMAN-08050: cataloged datafile copy

1 Answers  


NZE-28864: SSL connection closed gracefully

1 Answers  


EXP-00012: %s is not a valid export mode

1 Answers  


RMAN-06186: PL/SQL package string.string version string in string database is too old

1 Answers  


ORA-13262: geometry column string does not exist in table string

1 Answers  


Categories