Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic Partition

611590Jan 8 2008 — edited Jan 11 2008
hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2008
Added on Jan 8 2008
7 comments
1,197 views