Properties

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

Columns

Name
  BS_KEY 
  BP_RECID 
  BP_STAMP 
Total: 3 column(s)

DDL


  ALTER TABLE "RMAN"."BP" ADD CONSTRAINT "BP_U1" UNIQUE ("BS_KEY", "BP_RECID", "BP_STAMP")
  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 [BP]