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 |
RMAN-06469: could not translate corruption list
SQL*Loader-00948: subpartition string not part of table string
ORA-30390: the source statement is not equivalent to the destination statement
O2F-00328: Illegal INITFUNC name
ORA-06252: NETNTT: cannot open address file
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...
IMG-00607: unable to write to destination image
PCC-00108: This statement is not supported by ANSI
ORA-13343: a polygon geometry has fewer than four coordinates
ORA-01607: cannot add logfile to the specified instance
NNC-00052: client and server protocol versions are incompatible
IMG-00800: internal error while parsing attribute string