ORA-28673: Merge operation not allowed on an index-organized
table
Answer / guest
Cause: User attempted merge operation on an index-organized
table. Merge is not supported on a IOT .
Action: Use updates and inserts on index-organized table .
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PROT-00005: Clusterware is not running properly
PCC-02390: No EXEC SQL CONTEXT USE statement encountered
RMAN-08056: skipping datafile string because it has not changed
NZE-28863: SSL session not found
ORA-26536: refresh was aborted because of conflicts caused by deferred transactions
ORA-16757: Resource guard could not get property
QSM-02011: a HAVING clause is present
ORA-00287: specified change number string not found in thread string
UDI-00003: all allowable logon attempts failed
PLS-00647: attribute by name "string" conflicts with method by same name
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-13035: Invalid data (arcs in geodetic data) in the SDO_GEOMETRY object