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

SQL*Loader-00905: Error parsing SQL statement for upi: [number]

1 Answers  


ORA-30392: the checksum analysis for the rewrite equivalence failed

1 Answers  


PCB-00500: No EXEC SQL CONTEXT USE statement encountered

1 Answers  


NZE-28755: object retrieval failure

1 Answers  


RMAN-06462: no backupsets found on device DISK that match specification

1 Answers  


ORA-16006: audit_trail destination incompatible with database open mode

1 Answers  


IMG-00505: missing value in CUT rectangle

1 Answers  


ORA-16740: log transport service for standby "string" incorrectly set to ALTERNATE.

1 Answers  


ORA-00130: invalid listener address 'string'

2 Answers  


NNL-00005: no server has been set. Use the "SET SERVER" command first

1 Answers  


ORA-36952: (XSFCAST23) You cannot specify a cycle number when querying the string forecasting option.

1 Answers  


NZE-28770: Data source is already initialized.

1 Answers  


Categories