Properties

Name: BCF 
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
  BCF_KEY  NUMBER             
  BS_KEY  NUMBER             
  DBINC_KEY  NUMBER             
  BCF_RECID  NUMBER             
  BCF_STAMP  NUMBER             
  CKP_SCN  NUMBER             
  CKP_TIME  DATE           
  CREATE_TIME  DATE           
  MIN_OFFR_RECID  NUMBER             
  BLOCK_SIZE  NUMBER             
  CONTROLFILE_TYPE  VARCHAR2         
  BLOCKS  NUMBER             
  AUTOBACKUP_DATE  DATE           
  AUTOBACKUP_SEQUENCE  NUMBER             
Total: 14 column(s)

Indexes

Name Type Unique
  BCF_P  NORMAL  UNIQUE 
  BCF_U1  NORMAL  UNIQUE 
  BCF_U2  NORMAL  UNIQUE 
Total: 3 index(s)

Constraints

Name Type Status Delete rule Defferable Deffered
  BCF_C_CF_TYPE  Not NULL  Enabled    Not Deferrable  Immediate 
  BCF_F1  Referential Integrity  Enabled  Cascade  Not Deferrable  Immediate 
  BCF_P  Primary Key  Enabled    Not Deferrable  Immediate 
  BCF_U1  Unique Key  Enabled    Not Deferrable  Immediate 
  BCF_U2  Unique Key  Enabled    Not Deferrable  Immediate 
  SYS_C002832  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002833  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002834  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002835  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002836  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002837  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002838  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002839  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002840  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002841  Check  Enabled    Not Deferrable  Immediate 
Total: 15 constraints

Table References

Name Owner Constraint DELETE_RULE
  BS  RMAN  BCF_F1   
Total: 1 table reference(s)

Table used by

Owner Name Type Level
RMAN  RC_BACKUP_CONTROLFILE  VIEW 
RMAN  DBMS_RCVCAT  PACKAGE BODY 
RMAN  DBMS_RCVMAN  PACKAGE BODY 
Total: 3 used by reference(s)

DDL


  CREATE TABLE "RMAN"."BCF"
   (    "BCF_KEY" NUMBER NOT NULL ENABLE,
    "BS_KEY" NUMBER NOT NULL ENABLE,
    "DBINC_KEY" NUMBER NOT NULL ENABLE,
    "BCF_RECID" NUMBER NOT NULL ENABLE,
    "BCF_STAMP" NUMBER NOT NULL ENABLE,
    "CKP_SCN" NUMBER NOT NULL ENABLE,
    "CKP_TIME" DATE NOT NULL ENABLE,
    "CREATE_TIME" DATE NOT NULL ENABLE,
    "MIN_OFFR_RECID" NUMBER NOT NULL ENABLE,
    "BLOCK_SIZE" NUMBER NOT NULL ENABLE,
    "CONTROLFILE_TYPE" VARCHAR2(1),
    "BLOCKS" NUMBER,
    "AUTOBACKUP_DATE" DATE,
    "AUTOBACKUP_SEQUENCE" NUMBER,
     CONSTRAINT "BCF_C_CF_TYPE" CHECK (controlfile_type in ('S','B')) ENABLE,
     CONSTRAINT "BCF_P" PRIMARY KEY ("BCF_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 "BCF_U1" UNIQUE ("DBINC_KEY", "BCF_RECID", "BCF_STAMP")
  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 "BCF_U2" UNIQUE ("BS_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 "BCF_F1" FOREIGN KEY ("BS_KEY")
      REFERENCES "RMAN"."BS" ("BS_KEY") ON DELETE CASCADE 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