ORA-16554: translation not valid



ORA-16554: translation not valid..

Answer / guest

Cause: Internal error

Action: Contact Oracle Support Services.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-12232: invalid attribute tag format

1 Answers  


QSM-02049: subquery using the ANY clause in mv

1 Answers  


ORA-08119: The new initrans will make the index too big

1 Answers  


ORA-26052: Unsupported type number for SQL expression on column string.

1 Answers  


ORA-15116: invalid combination of ALTER DISKGROUP options

1 Answers  






ORA-22625: OCIAnyData is not well-formed

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,


ORA-01252: cannot prevent writes - file string in recovery manager backup

1 Answers  


DRG-11706: invalid relation string

1 Answers  


ORA-06041: NETDNT: disconnect failed

1 Answers  


TNS-02402: Bad CLBGNAMES parameter in tnsnames.ora

1 Answers  


DRG-12605: datatype of column number in COLUMNS list is not supported

1 Answers  


Categories