View previous topic :: View next topic |
Author |
Message |
yadav2005 Intermediate

Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Tue May 04, 2010 10:56 am Post subject: difference bet TABLE-CONTROLLED and INDEX-CONTROLLED partion |
|
|
I have an index which is partioned. Based on the new requirement I have to drop the existing index and recreate a new unique index and I have to assign high values to the partions.
Now I have tried to drop the index but was successful but came out with warning:
Code: |
TABLE SPACE XXXXXXXX HAS BEEN CONVERTED TO USE
TABLE-CONTROLLED PARTITIONING INSTEAD OF
INDEX-CONTROLLED PARTITIONING
|
While creating unique index I was not succesfull and I am getting SQL ERROR CODE
Code: |
-20182 .PARTIONING CLAUSE ENDING AT ON CREATE STATEMENT FOR XXXXXXXX IS NOT VALID.
|
Can anybody help me what is the meaning of TABLE-CONTROLLED PARTITIONING and INDEX-CONTROLLED PARTIONING and what do we mean by assigning high values to partions. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
yadav2005 Intermediate

Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Tue May 04, 2010 11:14 am Post subject: |
|
|
Thanks Kolusu. It is very helpful. |
|
Back to top |
|
 |
|
|