Home » RDBMS Server » Server Administration » Global index
Global index [message #49953] Wed, 20 February 2002 05:06 Go to next message
orafan
Messages: 8
Registered: December 2001
Junior Member
'Unique indexes on columns other than the partitioning columns must be global because unique local nonprefixed indexes whose key does not contain the partitioning key are not supported.'
I can not understand this, could anyone explain it in detail ?
Thank you!
Re: Global index [message #49959 is a reply to message #49953] Wed, 20 February 2002 11:29 Go to previous messageGo to next message
Sanjay Bajracharya
Messages: 279
Registered: October 2001
Location: Florida
Senior Member
Here is an example.

Table X has columns A, B, C, D

Partition is on column A

1. Local prefixed index Must have A in the first position with combination of other columns (eg. A,B,C or A,C,D or A,D)
2. Local nonprefixed index will have column A in any position except the first one (eg B,C,A or D,A)
LOCAL NONPREFIXED MUST HAVE 'A' BUT NOT IN THE FIRST POSITION.
3. Global index can have other columns except A (eg B,C or D)

Hope you got the picture.
Re: Global index [message #49995 is a reply to message #49959] Fri, 22 February 2002 03:17 Go to previous messageGo to next message
orafan
Messages: 8
Registered: December 2001
Junior Member
Sanjay,

Thank you for help. But IĦĦstill don't know why LOCAL NONPREFIXED INDEX must include A?
The definition of LOCAL NONPREFIXED INDEX doesn't require this. For example, index(B,C) is also a local nonprefixed index, I think.

How do you think about it?
Re: Global index [message #50001 is a reply to message #49995] Fri, 22 February 2002 09:04 Go to previous message
Sanjay Bajracharya
Messages: 279
Registered: October 2001
Location: Florida
Senior Member
In fact, I have to correct my definitions, as you are right. Exact from the book

"Local prefixed indexes - these are indexes such that the partition keys are on the leading edge of the index definition."

"Local non-prefixed indexes - these indexes do not have the partition key on the leading edge of their column list. The index may or may not contain the partition key column."

...

Thanks for pointing out my mistake.
Previous Topic: Moveing Oracle8i
Next Topic: Re: AUTOMATIC OPENING OF ORACLE DATABASE
Goto Forum:
  


Current Time: Mon Jul 08 11:37:57 CDT 2024