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)

Prior to Oracle Database 10g, K and M were used to specify data file sizes. Since 10g introduces larger file sizes up to 128 Tera bytes using BFTs, the sizes can be specified using G and T for Gigabytes and Terabytes.

In Oracle Database 10g, transportable tablespaces can be moved across different supported platforms like Solaris, Windows, Linux, HP-UX, AIX and HP Tru 64. The benefits include easy distribution of data from data warehouses to data marts on smaller and different platforms.

Read-only tablespaces can be shared across heterogeneous clusters, and databases can be migrated between different platforms by rebuilding the catalog and transporting other tablespaces. For transporting tablespaces between different platforms, endian ordering has to be the same on both platforms. v$transportable_platform determines if endian formatting is the same on both platforms. Refer to Chapter 2 for a brief introduction. Use RMAN if they are different.

 SQL> desc v$transportable_platform


Name                                Null?           Type
 -------------------------------- -------- ----------------------
 PLATFORM_ID                                       NUMBER
 PLATFORM_NAME                                     VARCHAR2(101)
 ENDIAN_FORMAT                                     VARCHAR2(14)


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.