Call (800) 766-1884 for Oracle support & training
Free Oracle Tips


Oracle Consulting Support
Oracle Upgrades
Use New Oracle Features
Oracle Replication Support
Oracle Training
Remote Oracle DBA
System Documentation
Oracle Tips
Oracle Performance
 

Free Oracle Tips


 

HTML Text

BC Oracle tuning

Oracle training

Oracle support

Remote Oracle

 

 

   
  Oracle Tips by Burleson

Easy Oracle Automation
Chapter 5 -
Automatic Storage Management

BigFile Tablespaces (BFT)

BFTs are supported only for locally managed tablespaces with ASM segments and locally managed UNDO and TEMPORARY tablespaces.  When BFTs are used with Oracle Managed Files, data files become completely transparent to the DBA and no reference is needed for them. BFT makes a tablespace logically equivalent to a data file allowing operations in earlier releases to be performed on tablespaces.

BFTs should be used only with the logical volume manager, with ASM supporting dynamically extensible logical volumes, and with systems that support striping to prevent negative consequences on RMAN backup parallelization and parallel query execution. BFT should not be used when there is a limited free disk space available.

ROWIDs of rows that belong to BFTs do not contain a relative file number but the block number. A bigfile tablespace has only one datafile, and always has a relative file number of 1024. There is no need to include this filenumber in the ROWID. The block numbers are relative to their tablespace and are unique with in tablespace. The only supported ways to retrieve the ROWID component is to use the dbms_rowid package.

The default tablespace type is a persistent database parameter in the data dictionary. If this parameter is not set by either the CREATE DATABASE or ALTER DATABASE command, the default will be SMALLFILE. Two new keywords, BIGFILE and SMALLFILE, are added to override the default tablespace type when creating tablespaces. The v$tablespace and dba/user_tablespaces data dictionary views have a new column to indicate the tablespace type.


The above text is an excerpt from:

Easy Oracle Automation
Oracle10g Automatic Storage, Memory and Diagnostic Features

ISBN 0-9745993-6-0

by Dr. Arun Kumar R.
 


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA

  
 

Oracle performance tuning software 
 
 
 
 

Oracle performance tuning book

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

   

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.