ORA-14321: cannot add/drop values to DEFAULT partition



ORA-14321: cannot add/drop values to DEFAULT partition..

Answer / guest

Cause: A ADD/DROP VALUES operation is being done on the
default partition

Action: Ensure that ADD/DROP VALUES is not done on the
DEFAULT partition

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NNO-00317: statistic counter reset interval changed to number seconds

1 Answers  


SQL*Loader-00290: PIECED keyword (on column string) allowed only for lob or long columns

1 Answers  


ORA-13225: specified index table name is too long for a spatial index

1 Answers  


RMAN-11002: could not open a cursor to the target database

1 Answers  


LSX-00294: field "~S" produced multiple hits

1 Answers  






NZE-28784: file name translation failure

1 Answers  


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...

0 Answers   IBM,


ORA-28021: cannot grant global roles

1 Answers  


QSM-01001: query rewrite not enabled

1 Answers  


ORA-12817: parallel query option must be enabled

1 Answers  


ORA-13601 encountered when generating server alert SMG-3503

0 Answers   DB Experts,


ORA-01554: out of transaction slots in transaction tables

1 Answers  


Categories