ORA-14298: LOB column block size mismatch in ALTER TABLE
EXCHANGE [SUB]PARTITION



ORA-14298: LOB column block size mismatch in ALTER TABLE EXCHANGE [SUB]PARTITION..

Answer / guest

Cause: The block sizes of a pair of corresponding LOB
columns of the two tables specified in the ALTER TABLE
EXCHANGE [SUB]PARTITION statement are different.

Action: Ensure that the block sizes of corresponding pairs
of LOB columns of the tables involved in the ALTER TABLE
EXCHANGE [SUB]PARTITION statement are the same.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-19572: cannot process file string, file is being being resized

1 Answers  


ORA-28115: policy with check option violation

1 Answers   Wipro,


ORA-22276: invalid locator for LOB buffering

1 Answers  


ORA-29865: indextype is invalid

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-12411: invalid label value

1 Answers  


ORA-32811: subscriber string already exists

1 Answers  


ORA-33098: (APABBR01) A value of 'string' is not valid for the workspace object option.

1 Answers  


NCR-04022: NCRR: Invalid procedure descriptor

1 Answers  


KUP-04052: error processing column string in a row for datafile string

1 Answers  


NNO-00260: loading configuration data from checkpoint file "string"

1 Answers  


ORA-01304: subordinate process error. Check alert and trace logs

1 Answers  


Categories