NONCLUSTERD Index Creation [message #448503] |
Tue, 23 March 2010 16:45 |
dvsrk
Messages: 5 Registered: March 2009
|
Junior Member |
|
|
Hi,
i'm new to oracle environment.
Could some one let me know how can i specify NONCLUSTERD INDEX on Primary cloumn during table creation.
By default it will create clusterd index but i need non-clusterd index on it.
I'm using following stmt to create normal primary constarint during table creation,
CONSTRAINT PKFORM_PROPS PRIMARY KEY (FORM_PROPS_PK) USING INDEX TABLESPACE DB123_INDEX
Could some one let me know how can i change the above query, so that it should create NONCLUSTERED INDEX on Primary key column.
Thanks
|
|
|
|
|
|
|
Re: NONCLUSTERD Index Creation [message #448957 is a reply to message #448924] |
Fri, 26 March 2010 00:27 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
dvsrk wrote on Thu, 25 March 2010 23:24I'm a SQL guy, So i'm thinking in SQL point of view.
If i'm wrong what index does it create ?
When you say SQL you think MS/SQL Server, here when you say SQL we mean Structured Query Language as this is an Oracle forum not a MS/SQL Server one.
Regards
Michel
|
|
|