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!

Create a range partition to simulate a list partition

robenourFeb 9 2005 — edited Feb 10 2005
I'd like to create a table with a range partition that will contain only one value for the partitioned column. The reason I need to do this is that the table contains a spatial column. Currently in 9.2 you can't create local spatial indexes on List or Hash partitions. The table needs to be partitioned by a market, i.e New York City, Albany and so forth.

I know how to create a range partition if there will be multiple values for the column but how would this be done for a single value?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2005
Added on Feb 9 2005
5 comments
155 views