I'm creating a database which will utilize composite partitioning. I will partition one table using range partitioning (by date) and then further subpartition it by hash (by client id). So far so good, no problem, but I also need to have those partitions stored in separate data files each dbf holding data for a single month. I'm reading on composite partitions and what I found is that primary range partitioning will be only a logical one and data will be stored in subpartitions instead which seems to make my goal impossible. Am I right and should look for a different solution?
Thanks in advance.
My databases are Oracle 11g and Oracle 12