 |
|
Oracle Tips by Burleson |
OCP Instructors Guide for
Oracle DBA Certification
Chapter 5 - Oracle Database
Objects
Resizing Redo Logs
-
Redo log impact on database recovery and database performance
-
How to administer redo logs
-
Creating
-
Adding members and groups
-
Dropping members and groups
-
Resizing redo logs
-
Clearing corrupt or missing archived redo logs
-
Redo log archiving
-
Know what information is displayed when using
the “ARCHIVE LOG LIST” command.
Oracle Tables and
Indexes
In the next few sections, we will be discussing
Oracle tables and indexes. Please note that this book is not
intended to be a replacement for the Oracle reference manuals.
Think of it as a collection of hints, tips, tricks and information
the author thought may be beneficial. Once again, I’ll include some
performance information just to keep it lively.
Space Utilization for
Parallel Table Creates
You must adjust the initial extent parameter for a table when using the parallel clause of the
CREATE TABLE as SELECT * FROM statement. All parallel processes will
allocate an extent defined by the table's initial extent
parameter. Here's an example:
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
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
|