Unique index for extension column in S_PER_COMM_ADDR
There was a requirement to make unique Index on S_PER_COMM_ADDR with a custom column X_UNIQUE_EMAIL since we were not able to create the same from siebel tools
it was done at DB level . Unique constraint automatically created unique index.
Is there any way to create unique index on custom columns using siebel tools . The reason is because whenever we perform ddlsync it gives error because of this mismatch and if we want any future modification on this table it has to be done at database level
I know oracle doesnt recommend creating custom unique index is there a workaround using integration component or something else ?