Properties

Name: BRL_I_BS_KEY 
Table: BRL 
Type: NORMAL 
Unique: NONUNIQUE 
Tablespace: TOOLS 
Status: VALID 
Descend: ASC 
Table owner: RMAN 
Temporary: No 
Join Index: No 
Initial extent size: 65536 
Secondary extent size:  
Min extents:
Max extents: 2147483645 
Percent encrease:  
Distinct keys:  

Index Columns

Name Length Descend
  BS_KEY  22  ASC 
Total: 1 column(s)

DDL


  CREATE INDEX "RMAN"."BRL_I_BS_KEY" ON "RMAN"."BRL" ("BS_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
Table [BRL]