ORA-32334: cannot create prebuilt materialized view on a
table already referenced by a MV
Answer / guest
Cause: the table on which the materialized view is created
as prebuilt is already referenced by a materialized view
Action: create the materialized view on a different table
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 4 No |
ORA-39123: Data Pump transportable tablespace job aborted string
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...
DRG-51020: out of memory in fuzzy matcher
AMD-00101: cannot create string "string"; metadata entity already exists
ORA-28534: Heterogeneous Services preprocessing error
TNS-01057: Program name: string
ORA-12629: TNS:no event test
ORA-19830: error from target database: string
RMAN-08023: channel string: restored backup piece string
ORA-02401: cannot EXPLAIN view owned by another user
ORA-30151: File already exists
SQL*Loader-00401: End field position number must be greater than or equal to start number