Exforsys

Online Training

what is an ASM INSTANCE in oracle

This is a discussion on what is an ASM INSTANCE in oracle within the Oracle Tutorials forums, part of the Articles and Tutorials category; hai can any one tell me what is an ASM instance in oracle and how to remove that manually....


Go Back   Exforsys > Articles and Tutorials > Oracle Tutorials

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2005, 06:51 AM
Junior Member
 
Join Date: Jul 2004
Location: australia
Posts: 8
srihari
Send a message via Yahoo to srihari
what is an ASM INSTANCE in oracle

hai
can any one tell me what is an ASM instance in oracle and how to remove that manually.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-08-2005, 07:24 AM
Senior Member
 
Join Date: Mar 2005
Posts: 910
techguru is on a distinguished road
Automated Storage Management (ASM) is a file management system introduced in Oracle10g. This feature removes the need to have a file system or a volume manager for managing the database files and eliminates the complexity of balancing data across disks and controllers manually. Instead, the ASM stripes data across the disks automatically, thereby maximizing throughput and minimizing the risk of data loss. The ASM also maintains the data striping as disks are added/removed and re-balances the input/output load dynamically.

ASM doesn't have to be installed in order to install an Oracle database. To use ASM files, there must be at least one ASM instance configured and started prior to starting a database instance that uses ASM files. As part of the ASM instance startup procedure, the various disk groups and their files are identified. The ASM instance mounts the disks, and then creates an extent map, which is passed to the database instance. The database instance itself is responsible for any actual input/output operations.

The ASM instance is only involved during the creation or deletion of files and when disk configurations change (such as dropping or adding a disk). When these types of changes occur, the ASM instance automatically rebalances the disks and provides the necessary information to refresh the extent map in the SGA of the database instance. Of course, this process requires that the ASM instance run concurrently with the database instance, and only shut down after the database instance is closed.

The impact of the ASM instance on performance of the database instance is minimal. The former does not process transactions affecting the individual database objects; therefore, the average SGA allocation needed by the instance is no more than 64MB. Unless the server's memory is already at the maximum recommended operating system/DBMS allocation, 64MB should have no impact on the memory available for the database instance.

http://ist.uwaterloo.ca/~baumbach/ORACLE10g/asm.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-09-2005, 12:01 PM
Junior Member
 
Join Date: Apr 2005
Posts: 2
madhusri is on a distinguished road
Automatic Storage Management

Automatic Storage Management

Spare Capacity Recommendation for ASM Normal and High Redundancy Disk Groups
ASM does not require hot spare drives to protect against disk failures, but it does require spare capacity. You must have sufficient spare capacity in your disk group to handle the largest failure you are willing to tolerate. After a disk fails, the reconstruction process depletes the space capacity and as a result, you may not have enough space to successfully create new files. The following guidelines will ensure that you have sufficient space to create files even if you suffer a disk failure.
In a normal redundancy disk group, you should have enough free space in your disk group to tolerate the loss of disks in one failure group.
In a high redundancy disk group, you should have enough free space to cope with the loss of two failure groups.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-16-2007, 04:39 PM
Senior Member
 
Join Date: Apr 2006
Posts: 139
Ralph is on a distinguished road
That's a very detailed explanation on ASM INSTANCE in oracle. Can you tell me the commands that are related to the usage of ASM INSTANCE and ASM files in oracle.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:25 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.