QSM-01020: materialized view, string, is ineligible
Answer / guest
Cause: Materialized view is probably disabled or stale.
Action: Consider enabling the materialized view for rewrite
or refreshing it.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-36910: (XSAGDNGL47) In AGGMAP workspace object, DYNAMIC MODEL workspace object can only edit the top level of its matching relation hierarchy.
ORA-09751: pw_attachPorts: server call pws_attach failed.
ORA-23376: node string is not compatible with replication version "string"
ORA-19777: ASM file string cannot be proxy backed up.
ORA-13004: the specified buffer size is invalid
ORA-13768: Snaphshot ID must be between string and string.
LPX-00242: invalid use of ampersand ('&') character (use &)
PCC-02389: Arrays not allowed as input bind variables in SELECT list
TNS-12681: Login failed: the SecurID card does not have a pincode yet
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...
RMAN-08001: restore not complete
ORA-02238: filename lists have different numbers of files