Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to become a DBA

Re: How to become a DBA

From: Bruno Abate <abate_at_netgate.comintur.com.uy>
Date: 1997/01/18
Message-ID: <01bc04f3$d920c9e0$983563ce@bruno>#1/1

My idea is:
- Take the official DBA courses from Oracle (expensive, but worldwide
recognised)
- At the same time, swallow these manuals (suggested order):

  1. Server concepts
  2. Server administrator´s guide
  3. Server tuning (formerly were some chapters in the previous one)
  4. Application developer´s guide (just the "tuning statements" chapter)
  5. Server reference: chapter regarding the data dictionary objects, which you should learn by heart, including most of their columns and their meaning. For now, may leave the "dynamic performance tables" aside, just look at v$process, v$session and v$transaction.
  6. Same one: chapter describing parameters of the init.ora. Not by heart, but get the feel of them. You'll probably use less than 20% anyway.
  7. Server utilities: sqldba, export/import and sql*loader the most important

then,
- Download and install personal oracle for windows (or whatever) 90-day
trial from www.oracle.com, install it at home, and:
- Create a database

then,
- Learn about your work's OS (Unix, etc.), just the necessary things to:

finally,
- Learn how to install/configure your OS's server AND sql*net (that would
be swallow your ICG-installation and configuration guide manual)
- Learn all about the v$ tables

and if you really want to get into it,
- Learn about the x$ tables (undocumented, but there are papers out there)

You may not understand some phrases I've used, don't worry, the concepts will take care of it, and you have my e-mail anyway in case of fire!

Good luck! and remember to enjoy every minute of it!

Bruno. Received on Sat Jan 18 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US