Properties

Name: BS_U2 
Type: NORMAL 
Unique: UNIQUE 
Tablespace: TOOLS 
Status: VALID 
Descend: ASC 
Table owner: RMAN 
Table name: BS 
Temporary: No 
Join Index: No 
Initial extent size: 65536 
Secondary extent size:  
Min extents:
Max extents: 2147483645 
Percent encrease:  
Distinct keys:  
Minimum free %: 10 

Index Columns

Name Length Descend
  DB_KEY  22  ASC 
  SET_STAMP  22  ASC 
  SET_COUNT  22  ASC 
Total: 3 column(s)

DDL


  CREATE UNIQUE INDEX "RMAN"."BS_U2" ON "RMAN"."BS" ("DB_KEY", "SET_STAMP", "SET_COUNT")
  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"

See Also

List of indexes