Вы находитесь на странице: 1из 6

HOME POSTS LIST

Tutorials
Blog Archive AUTOMATIC STORAGE MANAGEMENT Total Pageviews

2011 (16)
(ASM) - ORACLE DBA 188,582
Oct 10, 2009 2:46 PM Posted by venkat
2010 (15)
AUTOMATIC STORAGE MANAGEMENT (ASM)
2009 (320)
My Blog List
December (2)
Q: What does ASM provide? Technical Documents
November (59) Core Technology Stack
A: ASM provides a vertical integration of the file system and the volume manager 9 months ago
October (131)
that is specifically built for Oracle database files.
Weblogic,Websphere Information Directory
link jacket premium
Training Institute at Q: What are its key features and benefits? account
Hyderabad... 2 years ago
A:
Group Discussion
Stripes files rather than logical volumes
Topics & Answers Labels
Online disk reconfiguration and dynamic rebalancing
Top 7 Ways to
Adjustable rebalancing speed AIX (2)
Succeed in the Provides redundancy on a file basis
Supports only Oracle database files Apache (1)
Business of
Speaking Custer-aware
C++ (1)
Automatically installed
How to install apache DB2 (1)
ant ? Q: Does ASM have a data dictionary?
GD Topics (10)
"What is your greatest
A: ASM instance does not have a data dictionary and it is restricted to few SQL Interview Tips (4)
weakness?"
commands and Dynamic Performance view.
MYSQL (8)
10 Tips for
Professional Email Q: How do you create a disk group by using ASM?
Networking (1)
Writing
A: The following are examples of creating and deleting disk groups. Oracle DBA (12)
New Tips to tackle the Creating a disk group:
question - Why SAP-ABAP (1)
should I hir... SQL> CREATE DISKGROUP dgora1 NORMAL REDUNDANCY SharePoint (1)
FAILGROUP controller1 DISK
Dos and Donts in an
/dev/rdsk/c0t0d0s2 NAME mydisk SIZE 200G FORCE, Teradata (2)
interview for entry
/dev/rdsk/c0t1d0s2,
level job Weblogic Server (11)
/dev/rdsk/c0t2d0s2
Weblogic Portal FAILGROUP controller2 DISK
Interview Questions /dev/rdsk/c1t0d0s2,
/dev/rdsk/c1t1d0s2,
Weblogic Realtime /dev/rdsk/c1t2d0s2;
Issues 16.10.2009
Q: How do you delete a disk group by using ASM?
Weblogic Interview
questions -7
A: Dropping a diskgroup:
Weblogic Interview SQL> DROP DISKGROUP dgora1 INCLUDING CONTENTS;
questions -6
Q: How do you add a disk to an existing disk group?
Weblogic Interview
questions - 5 A: The following are examples of how to add disks to an existing disk group.
Weblogic Interview
SQL> ALTER DISKGROUP dgora1
questions -4
ADD FAILGROUP controller1
/dev/rdsk/c0t3d0s2 NAME a5;
Weblogic Interview
questions -3 Q: How do you remove a disk to an existing disk group?

Weblogic Interview A: To remove a disk:


Questions - 2
SQL> ALTER DISKGROUP dgora1 DROP DISK a5;
Weblogic Interview
Questions - 1
Q: Can you undo the removed disk? How?
Software Quality
Assurance Interview A: Yes. To undo the removed disk do the following SQL statement. This only works
Questions and... if the status of drop is pending or the drop function was not completed yet.
SQL> ALTER DISKGROUP dgora1 UNDROP DISKS;
JAVA Questions
Q: How do you display a list of your diskgroups?
C++ Interview Section

PHP FAQ A: To display a list of diskgroups.

Portal FAQ SQL> SELECT name FROM v$asm_diskgroup;

JDeveloper FAQ Q: How do you display a list of associated ASM disks?

Oracle Lite FAQ


A: To display a list of associated ASM disks.
Oracle database SQL> COL name FORMAT a20
Security FAQ SQL> COL failgroup FORMAT a20
SQL> SELECT name, failgroup, bytes_read, bytes_written
Newbies FAQ FROM v$asm_disk
/
SAP on Oracle FAQ

Data Guard FAQ Q: How do you display a list of associated ASM files?

Locking in Oracle A: To display a list of associated ASM files.

Create non Managed SQL> SELECT group_number, file_number, bytes, type, striped
Standby DB in
FROM v$asm_file
Oracle
/
Oracle Approach to
Performance Tuning Q: How do you create a tablespace that uses an ASM disk group?

Oracle ROLLBACK A: To create a tablespace that is stored in the ASM disk group dgora1.
Segments
Presentation SQL> CREATE TABLESPACE mytablespace2
DATAFILE +dgora1 SIZE 100m
Oracle Space &
/
Structure
Management
Q: How do you add one addition disk to your system?
Presentation

Oracle DBA A: Do the following.


Testimonial -- a.k.a.
Why DBAs job sk... SQL> HOST dd if=/dev/zero of=/u02/oradata/school/diska abs=1024k count=200
SQL> SELECT name, failgroup, bytes_read, bytes_written
Riddles of Read-Only FROM v$asm_disk
Tablespace /
SQL> ALTER DISKGROUP dgora1
New Features in
ADD DISK /u02/oradata/school/diska
Oracle RMAN
/
Oracle LOBs
Execute the following query until you get no rows selected.
Oracle export and
import SQL> SELECT operation, est_minutes
FROM v$asm_operation
Data Pump Export
/
(expdp) and Data
Pump Import(impd...
Oracle & Unix Again, display a list of associated ASM disks.
questions
SQL> SELECT name, failgroup, bytes_read, bytes_written
Oracle NLS FROM v$asm_disk
/
Oracle RMAN
Now, you should see one more disk was added to disk group.
Recovery Methods

Oracle Physical 3 comments

Backup Reactions: (funny (0 (interesting (0 (cool (1

Oracle Database
Recovery Flowchart

Oracle Database 3 Response to "AUTOMATIC STORAGE MANAGEMENT


Storage-Extents- (ASM) - ORACLE DBA"
Blocks-PCT
Free,Us... Path Infotech says:
April 1, 2015 at 12:42 PM
Shell Scripts and
Oracle Passwords Thanks for sharing the information

Oracle Data Pump Oracle Certifications


FAQs
Anonymous says:
implement listener June 3, 2016 at 10:28 AM
password on Oracle
great article...
9i
Dinesh Chandra (Gunwant) says:
AUTOMATIC August 10, 2016 at 7:46 PM
STORAGE
NICE
MANAGEMENT
(ASM) - ORACLE
DBA

Handling NULLS in
SQL statements
Post a Comment
Oracle & Unix
Technical Interview

Oracle Warehouse
Builder 10g PPTs Enter your comment...

Oracle Warehouse
Builder (OWB)
Interview Comment as: Unknown (Google) Sign out
Questions...

Oracle Warehouse Publish Preview Notify me


Builder 11g
overview -
Whitepaper...
Newer Post Home Older Post
Oracle Warehouse
Builder 11gR1 Full
Material
Subscribe to: Post Comments (Atom)
Oracle Warehouse
Builder Important
FAQs

Oracle Warehouse
Builder Architecture

Oracle Applications
FAQ
ORACLE DB SCRIPT -
Track database
cursor usage

ORACLE DB SCRRIPT
- Log all database
errors to a t...

ORACLE DB SCRIPT -
List control file
structures wi...

ORACLE SCRIPT -
Tabular display of
redo-log archivi...

Dynamically ZIP Large


process trace files -
ORACLE ...

Switch from one


database user to
another without p...

Create Database user


like an existing user
with (e...

Shows Database
uptime in
Days,Hours -
ORACLE SCRIP...

WlShell Frequently
Asked Questions

wlshell Commands
with Examples

wlshell Commands

This script increases


the information the
server s...

Script for Security in


Weblogic Server

Script for Out of


Memory Analysis in
Weblogic Serv...

Script for Creating


Network Channels
in Weblogic ...

Script for JDBC Multi


Pool in Weblogic
Server

Script for JDBC


Connection Pool in
Weblogic Serve...

Script to Debug in
Weblogic Server

Multiple Domains
Monitor Script in
Weblogic Server...

JVM - Monitor JVM and


Notify via e-mail
(Weblogic ...

Application
Deployment in Web
Logic Server

How to find - Size of a


directory & Free
disk spac...

Scripting &
Automation in
Weblogic Server

Managed Server
Independence Mode
(Weblogic Server)...

Is my Administration
Server single point
of failur...

Does your WLS File


Store grow in size?

Would you like to have


a view of WebLogic
Server i...

Add your own


commands to WLST

New differences
between
development
domain and pro...

UNIX COMMANDS
Interview Questions

Shell Script Interview


Questions

VERSION CONTROL
Interview Questions

SAP SCRIPT Interview


Questions

VB Script Interview
Questions

Java Script Interview


Questions

Editors Interview
Questions

VLSI Interview
Questions

SAP NETWEAVER
Interview Questions

SAP PP Interview
Questions
PHP Interview
Questions

Struts Interview
Questions

Servlets Interview
Questions

September (128)

Copyright New WP Themes | Converted into Blogger Templates by Wordpress themes

Powered by Blogger

Вам также может понравиться