| |
 |
|
Oracle Tips by Burleson |
OCP Instructors Guide for
Oracle DBA Certification
Chapter 4 - Oracle Database Administration
Conclusion
This chapter covered a lot of different
topics. From installing and upgrading the database to Oracle
internals and memory structures. The key points to remember from
this chapter are:
-
Follow the upgrade and installation guides like
a cookbook. You should only deviate from them when it is absolutely
required.
-
The UNIX and LINUX environments require some
additional kernel parameter settings (semaphores and shared memory
segments) that although often overlooked, are critical to a
trouble-free Oracle database environment.
-
Use the ORADIM utility to create the Oracle
Windows service, which is required on all Windows platforms.
-
Oracle9i provides administrators with a new
parameter file, called the SPFILE that allows the database to be
configured dynamically. Changes made in the SPFILE are also
persistent which means the changes remain in effect after the
database has been recycled.
-
Never, ever edit the SPFILE.
-
As I tell all of my entry-level classes “memory
FAST, disk SLOW”. Start your database tuning process by looking at
the hit ratios for the shared pool and database buffer cache.
Our next chapter will cover Oracle database
objects. The chapter begins by providing information database
objects (control files, redo logs, tablespaces, datafiles. rollback
segments) and finishes with a discussion on Oracle tables and
indexes.
The above text is
an excerpt from:
OCP Instructors Guide for Oracle DBA Certification
A Study Guide to Advanced Oracle Certified Professional Database
Administration Techniques
ISBN 0-9744355-3-8
by Christopher T. Foot
http://www.rampant-books.com/book_2003_2_OCP_print.htm
 |
For more details and scripts, see my new book "
Oracle
Tuning: The Definitive Reference", over 900 pages
of BC's favorite tuning tips & scripts.
You can buy it direct from the publisher for 30%-off and get
instant access to the code depot. |
|