partition on two columns
J1604Oct 27 2008 — edited Oct 27 2008Hi
I want to create partitions on two dates by RANGE paritition
dates are service_dt and process_dt these dates are different from each other
when I try using
partition by range(service_dt,process_dt) gave me an error
'ORA-14018: partition bound list contains too few elements'
How shall I specify these two columns in create table statement
so I can have two seperate partitions for each one of them.
any help is highly appreciated.
Thanks in advance
JP