Hello all,
Please can someone let me know what is going on here ? I see the LIST partitioned table throwing this error. I see the value being inserted is a valid integer.
SQL> select partition_name,high_value from dba_tab_partitions where table_name='TCDU';
PARTITION_NAME HIGH_VALUE
------------------------------ ------------------------------
BLOCK0 0
BLOCK1 1
BLOCK2 2
BLOCK3 3
BLOCK4 4
BLOCK5 5
6 rows selected.
SQL> SQL> insert into iomss01.TCDU(TCDU_INST_ID) values (1);
insert into iomss01.TCDU(TCDU_INST_ID) values (1)
*
ERROR at line 1:
ORA-14400: inserted partition key does not map to any partition
Thanks in advance