HI
I have two different date(date1 and date2) columns in one table.
I need partitions on two dates.
When i am trying to create two partitions like PARTITION BY RANGE ("date1","date2")
getting error
can someone please suggest as how i can create partitions on two date columns on single oracle table.
thanks