QSM-02163: cannot use object id columns from materialized
view log
Answer / guest
Cause: The materialized view log either does not have object
id columns logged, or the timestamp associated with the
object id columns is more recent than the last refresh time.
Action: A complete refresh is required before the next fast
refresh. Add object id columns to the materialized view log,
if required.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
LSX-00144: attribute "~1S" invalid derivation-restriction value "~2S"
DRG-12802: invalid type column: string
ORA-09759: osnsbt: bad message received.
PLS-00517: Type mismatch between a select list element 'string' and corresponding table column in INSERT statement with a subquery
RMAN-06114: changed controlfile copy available
ORA-01299: dictionary string corresponds to a different database incarnation
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-30131: number of keys being set exceeds allocation
TNS-00000: Not An Error
ORA-09753: spwat: invalid process number.
DRG-11208: ORACLE_HOME is not set
QSM-00511: invalid fact-tables specified in fact-filter