ORA-36680: (XSDPART18) workspace object is not a dimension
of the PARTITION TEMPLATE.
Answer / guest
Cause: In the definition of a partition template, one of the
partitions was dimensioned by a dimension that was not given
in the dimension list of the partition template.
Action: Remove the offending dimension from the partition's
dimension list, or add it to the partition template's
dimension list.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-21704: cannot terminate cache or connection without flushing first
ORA-16759: Resource guard unable to start logical apply engine with initial SCN
ORA-13525: error with computing space usage for sysaux occupant
ORA-07672: $PARSE_CLASS failed translating the string into a binary label
ORA-38451: index is in an inconsistent state
ORA-23534: missing column in materialized view container table "string"."string"
ORA-25136: this cluster can contain only one table
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-01046: complex join back on correlated columns not allowed (string)
RMAN-08010: channel string: specifying datafile(s) in backupset
IMP-00047: unexpected file sequence number; expected number but found number
ORA-24063: cannot downgrade QUEUE_TABLE that has queues with rule-based subscribers