- Feb 24, 2005
- 7,792
- 1
- 0
Hi folks...I'd like to say i know oracle pretty well, but I'm no DBA.
We're creating a logger based on the Microsoft Enterprise Library.
Since the easiest and most comfortable way of storing logs is a database, that what we want to do. Now our logger creates different amounts of messages per the severity levels.
So what we want to do, is create the main table in oracle, partitioned first by list (by severity) and then subpartitioned by range (by the date).
This will allow us to easily keep different "severity" levels for different periods of time per the space concerns we may have.
Now i've been doing some reading and oracle claim and i quote:
yet depite trying (i have oracle 11.1.0.6 installed) and looking, everywhere i look, says range-list is supported, but not list range.
Does anyone have any experience with creating composite list-range tables and can shed some light on how to create such a table? I've already tried google...now i turn to the minds of anandtech...
Thanks in advance...
We're creating a logger based on the Microsoft Enterprise Library.
Since the easiest and most comfortable way of storing logs is a database, that what we want to do. Now our logger creates different amounts of messages per the severity levels.
So what we want to do, is create the main table in oracle, partitioned first by list (by severity) and then subpartitioned by range (by the date).
This will allow us to easily keep different "severity" levels for different periods of time per the space concerns we may have.
Now i've been doing some reading and oracle claim and i quote:
In Oracle Database 11g, you can createin addition to already available range-hash and range-list composite partitioningthe following: range-range, list-range, list-hash, and list-list composite partitioning.
yet depite trying (i have oracle 11.1.0.6 installed) and looking, everywhere i look, says range-list is supported, but not list range.
Does anyone have any experience with creating composite list-range tables and can shed some light on how to create such a table? I've already tried google...now i turn to the minds of anandtech...
Thanks in advance...