Properties

Name: BRL 
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
  BRL_KEY  NUMBER             
  DBINC_KEY  NUMBER             
  BRL_RECID  NUMBER             
  BRL_STAMP  NUMBER             
  BS_KEY  NUMBER             
  THREAD#  NUMBER             
  SEQUENCE#  NUMBER             
  LOW_SCN  NUMBER             
  LOW_TIME  DATE           
  NEXT_SCN  NUMBER             
  NEXT_TIME  DATE           
  BLOCKS  NUMBER             
  BLOCK_SIZE  NUMBER             
Total: 13 column(s)

Indexes

Name Type Unique
  BRL_I_BS_KEY  NORMAL  NONUNIQUE 
  BRL_I_DTS  NORMAL  NONUNIQUE 
  BRL_P  NORMAL  UNIQUE 
  BRL_U1  NORMAL  UNIQUE 
Total: 4 index(s)

Constraints

Name Type Status Delete rule Defferable Deffered
  BRL_F1  Referential Integrity  Enabled  Cascade  Not Deferrable  Immediate 
  BRL_P  Primary Key  Enabled    Not Deferrable  Immediate 
  BRL_U1  Unique Key  Enabled    Not Deferrable  Immediate 
  SYS_C002958  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002959  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002960  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002961  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002962  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002963  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002964  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002965  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002966  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002967  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002968  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002969  Check  Enabled    Not Deferrable  Immediate 
  SYS_C002970  Check  Enabled    Not Deferrable  Immediate 
Total: 16 constraints

Table References

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

Table used by

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

DDL


  CREATE TABLE "RMAN"."BRL"
   (    "BRL_KEY" NUMBER NOT NULL ENABLE,
    "DBINC_KEY" NUMBER NOT NULL ENABLE,
    "BRL_RECID" NUMBER NOT NULL ENABLE,
    "BRL_STAMP" NUMBER NOT NULL ENABLE,
    "BS_KEY" NUMBER NOT NULL ENABLE,
    "THREAD#" NUMBER NOT NULL ENABLE,
    "SEQUENCE#" NUMBER NOT NULL ENABLE,
    "LOW_SCN" NUMBER NOT NULL ENABLE,
    "LOW_TIME" DATE NOT NULL ENABLE,
    "NEXT_SCN" NUMBER NOT NULL ENABLE,
    "NEXT_TIME" DATE NOT NULL ENABLE,
    "BLOCKS" NUMBER NOT NULL ENABLE,
    "BLOCK_SIZE" NUMBER NOT NULL ENABLE,
     CONSTRAINT "BRL_P" PRIMARY KEY ("BRL_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 "BRL_U1" UNIQUE ("DBINC_KEY", "BRL_RECID", "BRL_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 "BRL_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