ORA-10652: Object has on-commit materialized views
Answer / guest
Cause: It is illegal to issue shrink on an object with
on-commit materialized views
Action: none
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
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-35066: (QFGET03) Extension number number is missing for EIF file string.
ORA-22330: cannot alter a type that is not valid
CLSR-01001: Unsupported open mode number is specified
ORA-01126: database must be mounted in this instance and not open in any instance
ORA-22856: cannot add columns to object tables
ORA-01287: file string is from a different database incarnation
ORA-13295: geometry objects are in different coordinate systems
ORA-12899: value too large for column string (actual: string, maximum: string)
ORA-13267: error reading data from layer table string
ORA-29662: Unable to find a field that matches one or more of the attributes
RMAN-05502: the target database must be mounted when issuing a DUPLICATE command