NNF-04007: Error reading input file
Answer / guest
Cause: A problem while reading the input file. This could be
caused by an unexpected end of file in the input file.
Action: Check that the file is intact and that the syntax of
the input file is correct.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-19674: file string is already being backed up with proxy copy
ORA-02264: name already used by an existing constraint
ORA-01292: no log file has been specified for the current LogMiner session
LPX-00306: inputed string ended with no corresponding closing '}'
ORA-30373: object data types are not supported in this context
ORA-39047: Jobs of type string cannot use multiple execution streams.
ORA-09792: sllfop: cannot allocate read buffer.
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...
SQL-02119: Invalid HSTDEF argument
ORA-23477: unable to alter propagation mode for object group "string"."string"
RMAN-08004: full resync complete
ORA-19646: cannot change size of datafile string from string to string