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 |
ORA-19572: cannot process file string, file is being being resized
ORA-28115: policy with check option violation
ORA-22276: invalid locator for LOB buffering
ORA-29865: indextype is invalid
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-12411: invalid label value
ORA-32811: subscriber string already exists
ORA-33098: (APABBR01) A value of 'string' is not valid for the workspace object option.
NCR-04022: NCRR: Invalid procedure descriptor
KUP-04052: error processing column string in a row for datafile string
NNO-00260: loading configuration data from checkpoint file "string"
ORA-01304: subordinate process error. Check alert and trace logs