| |
 |
|
Oracle Tips by Burleson |
Chapter 7 Oracle Storage and Object
Internal Scripting
Blocks
per #
of
Owner Cluster Tablespace Key Type Function
Keys
------ -------------- ---------- ------- -------- --------------- -
SYS C_COBJ# SYSTEM INDEX
C_FILE#_BLOCK#
C_MLOG#
C_OBJ#
C_RG#
C_TS#
C_USER#
HIST$
C_RG#
Monitoring Cluster Hash Expressions
Hash expressions can be specified for a hash
cluster beginning with the later versions of Oracle7. These hash
expressions can be viewed for a specific cluster by querying the
dba_cluster_hash_expression view. The dba_cluster_hash_expression
view has three columns: owner, cluster_name, and hash_expression.
When querying hash_expression, allow for extra-length character
strings by using the word_wrapped parameter on a COLUMN command,
since hash_expression is a LONG.
Later in this chapter, you will learn how to
monitor DIMENSIONS, a new Oracle8i feature used with materialized
views to provide query rewrite.
Monitoring LOB Storage
In Oracle8 and all
subsequent releases Oracle provides the capability to use large
objects (LOBs). These LOBs can be of type BLOB, CLOB or NCLOB
(binary, character or National Character) and can either be stored
The above text is
an excerpt from:
Mike
Ault’s Oracle Internals Monitoring & Tuning Scripts
Written by the world's top DBA and author
of over 20 Oracle books, Mike Ault shares his secrets for Oracle
DBA management scripts. This handy reference is indispensable
for all Oracle professionals who must quickly automate and
manage their Oracle databases with scripts.
This stellar book comes complete with an
online code depot full of over 200 pre-tested Oracle DBA
scripts, and covers all areas of Oracle database administration
including data files, tablespace, table and index management
scripts. Based on more than 20 years full-time experience, Mike
Ault brings his expertise to the public with this fantastic
book. Your time savings from a single script is worth the price
of this great book.
|
Mike Ault is one of the
leading names in Oracle technology. The author of 20
books and hundreds of articles in national publications,
Mike was the first popular Oracle author with his
landmark book "Oracle7 Administration and Management".
Mike also wrote several of the "Exam Cram" books, and
enjoys a reputation as a leading author and Oracle
consultant.
Mike started
working with computers in 1979 right out of a stint in
the Nuclear Navy. He began working with Oracle in 1990
and has since become a World Renowned Oracle expert (in
the words of his publisher anyway!) Mike has written 14
Oracle related books, dozens of articles, and has
presented at conferences in Europe and the USA. Mike has
two wonderful daughters and is kept out of trouble by
his wife of 29 years, Susan. |
http://www.rampant-books.com/book_2003_2_ault_internals.htm
See the Oracle script collection::
|