Properties

Name: DFATT 
Status: VALID 
Tablespace: TOOLS 
Logging: YES 
Partitioned: NO 
Cached:
Locking enabled: ENABLED 
IOT type:  
Object type:  
Type owner:  
Type:  
Temporary:
Secondary:
Nested: NO 
Buffer pool: DEFAULT 
Row movement: DISABLED 
Index Only Table:  
Minimum % of free space: 10 
Minimum % of udes space:  
Initial transactions:
Max transactions: 255 
Initial extent size, bytes: 65536 
Secondary extent size, bytes:  
Min extents:
Max extents: 2147483645 
% increase in extent:  
Process free list:  
Process free list groups:  
Backee up:
Rows:  
Used blocks:  
Empty blocks:  
Average free space:  
Chained rows:  
Average row length:  
Average freespace on a freelist:  
Blocks on a freelist:  
Threds per instance:
Instances:
Sample size:  
Last analysed:  
Global statistics: NO 
User statistics: NO 
Duration:  
Skip corrupt blocks: DISABLED 
Monitoring: NO 
Cluster owner:  
Dependencies: DISABLED 
SizeMB: 0.06 
Extents:
SizeBytes: 65536 
Description:  

Columns

Name Type Length Nchar Length Precision Scale NULL Default Description
  DBINC_KEY  NUMBER             
  FILE#  NUMBER             
  CREATE_SCN  NUMBER             
  START_CKP_KEY  NUMBER             
  END_CKP_KEY  NUMBER             
  FNAME  VARCHAR2  1024  1024         
  BLOCKS  NUMBER             
Total: 7 column(s)

Indexes

Name Type Unique
  DFATT_U1  NORMAL  UNIQUE 
Total: 1 index(s)

Constraints

Name Type Status Delete rule Defferable Deffered
  DFATT_F1  Referential Integrity  Enabled  Cascade  Not Deferrable  Immediate 
  DFATT_F2  Referential Integrity  Enabled  No Action  Not Deferrable  Immediate 
  DFATT_F3  Referential Integrity  Enabled  No Action  Not Deferrable  Immediate 
  DFATT_U1  Unique Key  Enabled    Not Deferrable  Immediate 
  SYS_C002731  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002732  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002733  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002734  Check  Enabled    Not Deferrable  Immediate 
Total: 8 constraints

Table References

Name Owner Constraint DELETE_RULE
  CKP  RMAN  DFATT_F2   
  CKP  RMAN  DFATT_F3   
  DF  RMAN  DFATT_F1   
Total: 3 table reference(s)

Table used by

Owner Name Type Level
RMAN  RC_DATAFILE  VIEW 
RMAN  DBMS_RCVCAT  PACKAGE BODY 
Total: 2 used by reference(s)

DDL


  CREATE TABLE "RMAN"."DFATT"
   (    "DBINC_KEY" NUMBER NOT NULL ENABLE,
    "FILE#" NUMBER NOT NULL ENABLE,
    "CREATE_SCN" NUMBER NOT NULL ENABLE,
    "START_CKP_KEY" NUMBER NOT NULL ENABLE,
    "END_CKP_KEY" NUMBER,
    "FNAME" VARCHAR2(1024),
    "BLOCKS" NUMBER,
     CONSTRAINT "DFATT_U1" UNIQUE ("DBINC_KEY", "FILE#", "CREATE_SCN", "END_CKP_KEY")
  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,
     CONSTRAINT "DFATT_F1" FOREIGN KEY ("DBINC_KEY", "FILE#", "CREATE_SCN")
      REFERENCES "RMAN"."DF" ("DBINC_KEY", "FILE#", "CREATE_SCN") ON DELETE CASCADE ENABLE,
     CONSTRAINT "DFATT_F2" FOREIGN KEY ("START_CKP_KEY")
      REFERENCES "RMAN"."CKP" ("CKP_KEY") ENABLE,
     CONSTRAINT "DFATT_F3" FOREIGN KEY ("END_CKP_KEY")
      REFERENCES "RMAN"."CKP" ("CKP_KEY") ENABLE
   ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
  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 tables