NZE-28843: Operating system error while creating/opening file
Answer / guest
Cause: An operating system dependent error occurred while
trying to create/ open the file or while trying to set the
appropriate permissions on the file.
Action: Enable Oracle Net tracing and attempt the connection
again. Contact Oracle customer support with the trace output.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-12408: unsupported operation: string
ORA-38713: Flashback Database logging is already turned on.
PCB-00208: Incorrect type for host variable "string"
ORA-16034: FROM parameter is incompatible with MANAGED recovery
NZE-29229: the magic number found in the header does not match expected
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...
ORA-39031: invalid filter name string
ORA-14460: only one COMPRESS or NOCOMPRESS clause may be specified
NNL-00215: Scheduled specified index number's next auto-refresh to occur in string
DRG-12503: error while creating or dropping stoplist
ORA-30337: multiple JOIN KEY clauses specified for the same parent level
ORA-07639: smscre: SGA pad area not large enough (string bytes required)