Hi all,
We are using oracle database (10.2.0.4 64bit) and OS AIX (6.1).
We have list partition table. On column sale two values (1 or 0) are stored.
Table has two partition DAILY_ISSUANCE_SALE_FACT_1 for value (1) and DAILY_ISSUANCE_SALE_FACT_0 for value (0).
Due to huge size of table, we want to split partition DAILY_ISSUANCE_SALE_FACT_1 and DAILY_ISSUANCE_SALE_FACT_0.
How I can splite these two partitions with values 1 and 0?