|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Hello All,
The following two indexes of mine give a "missing left parenthesis" error when I try to add them. CREATE INDEX storedAt_I ON storedAt WITH STRUCTURE = CLUSTERED, KEY = PID CREATE INDEX warehouse_I ON warehouse WITH STRUCTURE = HASH, KEY = WID Any help is appreciated! Thanks Chris |
|
#2
|
|||
|
|||
|
I think the correct syntax of CREATE INDEX is:
CREATE INDEX index_name ON target_table_name (column_list) / |
|
#3
|
|||
|
|||
|
Shafique,
Thanks for the reply, but how would I specify the type of index using that syntax? (such as Clustered Hash)? Does anyone know any good resources regarding indexes in Oracle? Thank you Chris |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Index problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|