partitionning_table_status.txt

user5122025
Posts: 3 Newbie
Comments
-
the SQL statement who terminate with ORA-14074
alter table sms_messages
add partition SMS_MESSAGES_2015T1 VALUES LESS THAN (TO_DATE('20150401', 'YYYYMMDD')) tablespace DSMSMESSAGES;
0