Properties

Name: SCRL_U1 
Type: Unique Key 
Status: Enabled 
Delete rule:  
Defferable: Not Deferrable 
Deffered: Immediate 
R Owner:  
R Constraint:  

Columns

Name
  SCR_KEY 
  LINENUM 
Total: 2 column(s)

DDL


  ALTER TABLE "RMAN"."SCRL" ADD CONSTRAINT "SCRL_U1" UNIQUE ("SCR_KEY", "LINENUM")
  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
Table [SCRL]