Re: Reorganize Partition Syntax error
Posted by:
IGG t
Date: September 16, 2013 09:39AM
Having scoured the internet for an example, I eventually found an example in an old book I had:
ALTER TABLE `schemaName`.`tableName` REORGANIZE PARTITION `201304` INTO
(
PARTITION `201304` VALUES LESS THAN (TO_DAYS('2013-05-01 00:00:00')),
PARTITION `201305` VALUES LESS THAN MAXVALUE
);
Subject
Views
Written By
Posted
3605
September 16, 2013 03:13AM
Re: Reorganize Partition Syntax error
1414
September 16, 2013 09:39AM
1470
September 17, 2013 07:19PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.