Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Periodic management of Oracle10g partitions!
Hi All,
I am using Oracle10g on HP-UX 11.23(Itanium)system. I am having some
trouble figuring out a problem , in which I need to keep inserting data
at the rate of 3000 rows/sec in one table and also backup old data.
I plan to do range partitioning of the table using a date or primary
key(generated using a sequence).Also,there would be a script running as
cron-job which would check on the partitions status and when the "last"
partition starts getting filled, backups the data of the old
partitions.
But,the issue is that both date and sequence-id are increasing in one
direction, so when I backup one of the partition, the condition for
say, "date" remains "unchanged", ie,the data will always be filled in
"part3"(last partition) as mentioned below.
The partition sample sql being say for "date",
Can you please suggest some way in which this can be handled or is there a better way of handling such situation?
Thanks & Regards,
Nish.
Received on Fri Jan 14 2005 - 07:41:58 CST
![]() |
![]() |