ORA-14099: all rows in table do not qualify for specified
partition



ORA-14099: all rows in table do not qualify for specified partition..

Answer / guest

Cause: There is at least one row in the non partitioned
table which does not qualify for the partition specified in
the ALTER TABLE EXCHANGE PARTITION

Action: Ensure that all the rows in the segment qualify for
the partition. Perform the alter table operation with the NO
CHECKING option. Run ANALYZE table VALIDATE on that
partition to find out the invalid rows and delete them.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NNL-00514: Creates a new name with a default TTL

1 Answers  


LCD-00203: missing keyword [string]

1 Answers  


SQL*Loader-00429: insufficient number of elements found for varray

1 Answers  


ORA-09980: skxfqdrcv: Error Receiving a message from another endpoint

1 Answers  


ORA-21521: exceeded maximum number of connections in OCI (object mode only)

1 Answers  


ORA-01590: number of segment free list (string) exceeds maximum of string

1 Answers  


RMAN-08001: restore not complete

1 Answers  


IMP-00071: Object identifier of imported table mismatches object identifier of existing table

1 Answers  


ORA-01543: tablespace 'string' already exists

1 Answers  


ORA-01752: cannot delete from view without exactly one key-preserved table

1 Answers  


ORA-25294: Queue string has a buffer

1 Answers  


PCC-02012: did not find matching quote for char constant

1 Answers  


Categories