Dynamic Partition
611590Jan 8 2008 — edited Jan 11 2008hi,
i woulk like to Dynamically partition my table by replacing 08-jan-2008 in alter :
alter table tempabc
add partition p4 values less than (to_date('08-jan-2008','DD-MM-YYYY'));
i mean can i add new partition everyday Dynamically for example run it in crontab of linux by passing $date.