 |
|
Oracle Tips by Burleson |
OCP Instructors Guide for
Oracle DBA Certification
Chapter 5 - Oracle Database
ObjectsThe following
sections provide some interesting information on Oracle database
objects (tablespaces, tables, indexes). To keep the reading lively,
I’ll intersperse some tuning information and hints, tips and tricks
in the discussion. This section is not an all-encompassing guide to
administering Oracle objects, rather it is a collection of
information that I felt that was important to all DBAs, regardless
of the experience level.
What Database Are You
Working In?
Working in the wrong database is a common
problem for database experts as well as their less experienced
counterparts. How many times have YOU found yourself running
statements in the wrong environment? Feel free to include me in that
not so select group. The operating system command SET can be used in
Windows systems to display environment variables. The ENV command
can be used to display the environment variables in UNIX. Many
seasoned database administrators change their UNIX shell prompt in
their.profile to display the current Oracle SID. Displaying the
current Oracle SID in the shell’s prompt provides a continuous
reminder to the DBA of the database they are working in.
GLOGIN.SQL and LOGIN.SQL
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. |
|