ORA-00957: duplicate column name when trying >create index
829637Aug 10 2011 — edited Aug 10 2011Hi all,
I hope this is the correct location for this question!
I have been instructed to execute the following command (by PTC, the manufacturer of the 3rd party tool sitting on top of Oracle), as the db User for their product:
sql>create index EPMFAMILYTABLECELL$PTC2 on EPMFAMILYTABLECELL(idA3A3,idA2A2, classnameA2A2, idA3A3, classnamekeyB3, idA3B3, defi
nedHere, inherited) compress 1
There are actually 4 total to be created, the structure of the command is very similar, two indexes on each of two tables. All four commands cause Oracle to gripe "ERROR