|
 |
|
Oracle Database Tips by Donald Burleson |
Oracle10g Grid Computing
with RAC
Chapter 5 -
Preparing Shared Storage
Oracle Disk Manager
Without ODM, Oracle must resort to many
different sets of calls to manage the wide variety of I/O types. For
example, Oracle uses calls such as pwrite(), pread(), async_write(),
readv(), read(), write(), lio_listio(), and kaio(). With ODM, Oracle
needs only the single call, odm_io(). odm_io() to support all Oracle
file I/O types on ALL files (Raw or VxFS).
-
Normally, asynchronous DBWR page flushing
requires two calls, one to issue the I/O and another to poll for
completed I/O. With ODM, gathered writes (DBWR) and LGWR
asynchronous writes occur with a single call to odm_io() without
regard for file type (VxFS or RAW) or number of target files.
Checking for completed I/O requests is conducted while issuing
new requests.
-
ODM includes features that enable more
effective Oracle file creation. Without ODM, failed attempts to
add files to a database can result in an unused file that must
be cleaned up from outside Oracle. With ODM, files are no longer
created with traditional open() or create() calls.
-
Rather, files are created with odm_create()
and then initialized or filled. If the file creation is a
success, it then calls odm_commit(). If there is failure, Oracle
calls odm_abort(). The file will be completely cleaned up from
within ODM.
-
With ODM, Oracle no longer uses file
descriptors. Instead, ODM identifiers are used. ODM identifiers
are shareable from process to process within the node. Oracle
caches ODM identifiers in the SGA at instance startup. ODM
identifier usage reduces kernel overhead.
Veritas and Oracle studies indicate that the
ODM files perform equal or better than the raw partitions. ODM
yields roughly 8% reduction in kernel mode CPU utilization on
certain platforms under certain workloads.
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
Remote DBA
Services
Burleson Consulting
can offer world-class remote Oracle database support at super-affordable prices.
Our remote
Oracle DBA service provides 100% of the remote Oracle database administration
needs for your company, and includes 24x7 access to our staff of 100% OCP
Certified Oracle DBAs.
We require a 12 month service commitment and include the following services:
- Initial configuration review and problem identification
- Installation of Oracle statistics collection mechanisms and quarterly
database growth summaries
- Hourly monitoring of your Oracle database for pending problems
- Periodic performance analysis & identification of tuning activities
- Twenty Four hour Oracle emergency support
- Reporting and resolving all serious Oracle alert log messages
- Free use of the BC
TablePack,
ServerPack
and
AuditPack
services
- Quick response emergency support for production database outages
- Four hours of free remote DBA support every month. You can use these free
hours for any DBA activity, including database analysis, system design,
production migrations or personal mentoring.
For more
information, please visit www.dba-oracle.com or email
info@remote-dba.net.

|