Why we can't perform DML operations on Materialized views???
Answer / saikiran
we can manipulate the materialized view using triggers function concept
| Is This Answer Correct ? | 13 Yes | 2 No |
ORA-01110: data file string: 'string'
SQL*Loader-00126: Invalid read size
ORA-13453: GeoRaster metadata layer error
ORA-03241: Invalid unit size
DRG-10311: remote send not supported
ORA-15171: invalid syntax in the alias path after 'string'
NID-00331: The following datafiles are disabled:
ORA-29286: internal error
NNL-01069: Log file name: string
ORA-23319: parameter value string is not appropriate
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-06762: TLI Driver: error reading orderly release