I have partitioned the table on the key column called doc_type
which has ranges from 1,2,3,4,-40 ..

How do I split the partitioned table on the above conditions ...
Hear i cannot split on 2,3,4


Yes I can write a trigger and get the rows which are inserted recently ..
But this not allow me to make the table or tablespace as read only which is what i want ..