SAP ABAP Data Element DB_TSAU (Total maximum autoextensible size (Kbyte))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
     STUO (Package) ORACLE Database Monitor
Basic Data
Data Element DB_TSAU
Short Description Total maximum autoextensible size (Kbyte)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR14    
Data Type CHAR   Character String 
Length 14    
Decimal Places 0    
Output Length 14    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium  
Long  
Heading  
Documentation

Definition

With Oracle Version 8 you can set datafiles to "autoextensible". These datafiles then increase automatically. This field indicates whether the Autoextend function is being used. It can have the values: "AutoExtend off", "Unlimited" (there is no limit to the growth of at least one datafile) or a size in KB. This size is the maximum to which a datafile, a tablespace, or the entire database can increase.

CAUTION: This size is only a logical limit. It cannot be guaranteed that there will be enough space on the disks for the extension.

See also: DB02 -> Goto -> Tablespaces -> Dba_Data_Files

You can find more information in the Oracle documentation on the table "dba_data_files", fields "autoextensible", "maxbytes", "maxblocks", "increment_by".

History
Last changed by/on SAP  19971128 
SAP Release Created in