Hi All,
I am using Oracle Database 12c Release 12.1.0.1.0 - 64bit.
I want to create partition dynamically using interval partion. It means based on the system timestamp it has to create the multiple partition dynamically.
Ex:
1. If a table has data for same day with different timestamp, then i have to have different partitioning for different timestamp.
2. If i want to truncate the older timestamp for the same day, then it will be easy to do that.
| Timestamp | Partition |
| 30/01/2015 7:30:00 | P1 |
| 30/01/2015 8:30:00 | P2 |
| 30/01/2015 10:30:00 | P3 |
Thanks in advanvce.
Regards,
NTR