Name: | AL_U1 |
Table: | AL |
Type: | Unique Key |
Status: | Enabled |
Delete rule: | |
Defferable: | Not Deferrable |
Deffered: | Immediate |
R Owner: | |
R Constraint: |
Name | |
|
DBINC_KEY |
|
AL_RECID |
|
AL_STAMP |
|
IS_STANDBY |
ALTER TABLE "RMAN"."AL" ADD CONSTRAINT "AL_U1" UNIQUE ("DBINC_KEY", "AL_RECID", "AL_STAMP", "IS_STANDBY")
USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
TABLESPACE "TOOLS" ENABLE
See Also
List of constraints