Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: What's wrong with this SQL?
ohaya wrote:
>>I greatly dislike in-line constraint creation which is what you are >>doing and would suggest you just build the table and then use ALTER >>TABLE to create your primary key and other constraints. There is no >>need to be building an index that already exists. >> >>For one thing your primary key should probably bet PCTFREE 0 so as >>not to read mostly vacuum.
baer_at_casp003:~> oerr ora 1408
01408, 00000, "such column list already indexed"
// *Cause:
// *Action:
Get rid of the create index statement. Could it be that you're using a different version than the vendor intended? Check with your vendor if they tested their script with the version you're using.
HTH
Holger
Received on Fri Jan 14 2005 - 02:02:52 CST