Properties

Name: CCF_P 
Table: CCF 
Type: NORMAL 
Unique: UNIQUE 
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
  CCF_KEY  22  ASC 
Total: 1 column(s)

DDL


  CREATE UNIQUE INDEX "RMAN"."CCF_P" ON "RMAN"."CCF" ("CCF_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 [CCF]