create unique index test on table_name(DAY,TIME_SEGMENT,USER,USER_TYPE)
  tablespace vlc_01
  pctfree 10
  initrans 2
  maxtrans 255
  storage
  (
    initial 2M
    next 2M
    minextents 1
    maxextents unlimited
    pctincrease 0
  );提示 ORA-01452 cannot CREATE UNIQUE INDEX;duplicate keys found该如何解决呢?