Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Paritions in the same tablespace

ozoracleJul 11 2011 — edited Jul 11 2011
Hi,

If I create a partitioned tabled of let's say 5 partitions... but all the partitions are in the same tablespace.
If I then have a SELECT statement from that table which has a WHERE condition based on the partition key column.

Will Oracle take advantage of the partitions to serve the SELECT statment even though the paritions are in the same tablespace?

Do I gain any performance advantage by distributing the partitions in multiple tablespaces?


I have Oracle 10g R1 in a Windows 2003 Server with one storage system attached to it and is used for storing DB datafiles.

Thanks in advance.
This post has been answered by Hemant K Chitale on Jul 11 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2011
Added on Jul 11 2011
4 comments
397 views