In sqlDeveloper version 21.4.2.018, when trying to create index in SH schema in Sql worksheet:
CREATE INDEX CUSTOMERS_LAST_NAME_IDX ON customers(cust_last_name);
The error is raised:
CREATE INDEX CUSTOMERS_LAST_NAME_IDX ON customers(cust_last_name)
Error report -
ORA-01408: such column list already indexed
Then I tried to create it from within GUI , as in the next image and it's created successfully.
