标题: OORA-25131: cannot modify unique(string)ORA-25131: cannot modify unique(strin... [打印本页] 作者: admin 时间: 2016-9-1 21:46 标题: OORA-25131: cannot modify unique(string)ORA-25131: cannot modify unique(strin... ORA-25131: cannot modify unique(string) - unique key not defined for table Cause: attempted to modify aunique key that is not deined for the table. Action: None ORA-25132: UNIQUE constraint (string.string) disabled and validated in ALTER TABLE EXCHANGE PARTITION Cause: cannot ALTER TABLE EXCHANGEPARTITION when the partition and
the table have a disabled and validated unique constraints AND the unique keys
in the partion is not mutually exclusive from the rest of the table. Action: Change theconstraint's status. ORA-25133: duplicate SINGLE TABLE option specified Cause: The SINGLE TABLEoption was specified more than once. Action: Specify the SINGLETABLE option only once.