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

Dynamic Performance Views on ASM

The next section goes into ASM deployment in a database.

How Are ASM Files Used in the Database?

ASM files are Oracle managed files. Unless the ASM files are created using an alias name, they are treated as Oracle managed files and deleted when no longer in use.

Default disk groups can be created for use when creating data files, control files, temp files, redo log files, etc. The name of the default disk group will be stored in an initialization parameter file and is not specified during file creation using ASM files. 

The following initialization parameters take the ASM filenames or ASM directory names as destinations: log_archive_dest, log_archive_dest_n, and standby_archive_dest. These initialization parameters take the ASM filenames as destinations: control_files, db_create_file_dest, db_create_online_log_dest_n, and db_recovery_file_dest.

Here is an example of how to create a datafile using a default disk group specified by an initialization parameter setting. The initialization parameter file is set as follows and then a tablespace is created:

DB_CREATE_FILE_DEST = ‘+dskgrp01’
CREATE TABLESPACE SALESDATA;


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.