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-02877: smpini: Unable to initialize memory protection

1 Answers  


ORA-19333: Invalid flags for the CREATE_DBURI operator

1 Answers  


ORA-13054: recursive SQL parse error

1 Answers  


ORA-10585: Test recovery can not apply redo that may modify control file

1 Answers  


QSM-02019: mv references another mv in FROM clause

1 Answers  






ORA-29538: Java not installed

1 Answers  


RMAN-06502: skipping archive log file string; already backed on string

1 Answers  


ORA-12213: TNS:incomplete PREFERRED_CMANAGERS binding in TNSNAV.ORA

1 Answers  


ORA-06318: IPA: Local maximum number of connections exceeded

1 Answers  


ORA-27151: buffer not large enough to hold process ID string

1 Answers  


NNL-00344: Save_config_on_stop is currently ON

1 Answers  


DRG-10753: invalid memory size string string

1 Answers  


Categories