ORA-12169: TNS:Net service name given as connect identifier
is too long



ORA-12169: TNS:Net service name given as connect identifier is too long..

Answer / guest

Cause: The net service name you are attempting to resolve is
too long.

Action: The maximum length of a net service name is 255
bytes; this limit has been exceeded. Use a smaller net
service name. If this is not possible, contact Worldwide
Customer Support.

Please add more information about this Error

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-06469: could not translate corruption list

1 Answers  


SQL*Loader-00948: subpartition string not part of table string

1 Answers  


ORA-30390: the source statement is not equivalent to the destination statement

1 Answers  


O2F-00328: Illegal INITFUNC name

1 Answers  


ORA-06252: NETNTT: cannot open address file

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,


IMG-00607: unable to write to destination image

1 Answers  


PCC-00108: This statement is not supported by ANSI

1 Answers  


ORA-13343: a polygon geometry has fewer than four coordinates

1 Answers  


ORA-01607: cannot add logfile to the specified instance

1 Answers  


NNC-00052: client and server protocol versions are incompatible

1 Answers  


IMG-00800: internal error while parsing attribute string

1 Answers  


Categories