TNS-12665: NLS string open failed
Answer / guest
Cause: A native service was unable to make a string
available for use by the National Language Support component.
Action: Make sure the National Language Support component
has been properly. If it has, enable tracing and report the
problem to Customer Support.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-24314: service handle not initialized
ORA-15053: diskgroup "string" contains existing files
ORA-19698: %s is from different database: id=string, db_name=string
ORA-29551: could not convert string to Unicode
IMG-00808: unable to read an empty image
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...
QSM-00792: the specified SQL statement cannot be stored in the workload because one or more tables have missing statistics
ORA-19605: input filename must be specified
ORA-22907: invalid CAST to a type that is not a nested table or VARRAY
PCC-00071: Unable to open message file.
TNS-00003: INTCTL: error while sending request to the Interchange
PCC-00132: Indicator array size must not be less than its host variable