Properties

Name: RLH_P 
Type: NORMAL 
Unique: UNIQUE 
Tablespace: TOOLS 
Status: VALID 
Descend: ASC 
Table owner: RMAN 
Table name: RLH 
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
  RLH_KEY  22  ASC 
Total: 1 column(s)

DDL


  CREATE UNIQUE INDEX "RMAN"."RLH_P" ON "RMAN"."RLH" ("RLH_KEY")
  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