ORA-14523: Cannot co-locate [sub]partition of string string
with table [sub]partition because string block size [string]
does not match table block size [string]



ORA-14523: Cannot co-locate [sub]partition of string string with table [sub]partition because strin..

Answer / guest

Cause: A DDL statement was issued that would require a
partition/subpartition of a local index/LOB column to be
co-located with the corresponding partition/subpartition of
the base table. However, this is not possible because the
block sizes of the table and the LOB column/local index are
different.

Action: Either (1) Specify an object-level default
tablespace (or partition-level default tablespace for the
appropriate partition, if composite partitioning is used)
for the partitioned local index/LOB column and then retry
the DDL command, OR (2) Ensure that tablespaces of the
correct block size are specified for all new
partitions/subpartitions being created. Also ensure that
neither of TABLESPACE DEFAULT and STORE IN (DEFAULT) is
specified for a local index whose block size does not match
that of the base table.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-07484: snlkput: cannot convert(put) lock.

1 Answers  


ORA-00221: error on write to controlfile

1 Answers  


ORA-01968: Only specify RESETLOGS or NORESETLOGS once

1 Answers  


IMG-00606: unable to access image data

1 Answers  


ORA-04013: number to CACHE must be less than one cycle

1 Answers  






ORA-16775: Target standby in switchover operation has missing redo logs.

1 Answers  


ORA-01207: file is more recent than controlfile - old controlfile

1 Answers  


ORA-14295: column type or size mismatch between partitioning columns and subpartitioning columns

1 Answers  


QSM-00757: the specified workload string is not referenced by task string

1 Answers  


ORA-04081: trigger 'string' already exists

1 Answers  


ORA-32633: MODEL subquery FOR cell index returns too many rows

1 Answers  


NZE-28772: invalid file ID

1 Answers  


Categories