TNS-00206: Status Information for Interchange string:



TNS-00206: Status Information for Interchange string:..

Answer / guest

Cause: Message sent back by Interchange as header for status
request.

Action: None

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

LSX-00174: "~S" is not a valid derivation of "~S"

1 Answers  


TNS-12164: TNS:Sqlnet.fdf file not present

1 Answers  


ORA-16033: parameter string destination cannot be the same as parameter string destination

1 Answers  


ORA-19035: Invalid select item of the query in newContextFromHierarchy()

1 Answers  


RMAN-06015: error while looking up datafilecopy name: string

1 Answers  






ORA-21527: internal OMS driver error

1 Answers  


ORA-00334: archived log: 'string'

1 Answers  


ORA-19564: error occurred writing string bytes at block number string

1 Answers  


ORA-04000: the sum of PCTUSED and PCTFREE cannot exceed 100

1 Answers  


ORA-19635: input and output filenames are identical: string

1 Answers  


PLS-00213: package STANDARD not accessible

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,


Categories