How to Study Oracle

tolywang發表於2007-12-21

[Assuming you want to study Oracle database, specifically to prepare yourself
as a DBA, not other products such as Apps or Developer Suite...]

1.0 Download from otn.oracle.com, or borrow CDs for, Oracle server software
enterprise edition. Make sure it's not any other lesser edition. Choose the OS
you're most comfortable with. Select the version that is either (a) the latest,
or (b) the one your company is using, or (c) the most popular. Install it and
create a database.




1.1 Download full documentation from docs.oracle.com for your version. If
you're short of space, choose to install only HTML pages by deleting all .pdf
files after installation, i.e. file copying. (If you like PDF better than HTML,
then delete HTML files leaving PDFs).

2.0 If you have little experience with Oracle, find a practical book such as
some OCP (Oracle Certified Professional) guide or Oracle 101 and quickly go
through it. Combine this study with reading Admin guide.

2.1 If you have some experience, read the Concepts manual now. It's a tedious,
seemingly thankless process. But months of reading it, with frequent hands-on
work and experiment on your database, is the fastest way to learn Oracle.

2.11 After a week of reading Concepts manual, you can start to read on public
forums such as comp.databases.oracle.server
(),
Oracle-L
(). This is because it's simply not
possible you'll encounter a large variety of problems in your own study. By
reading messages posted by others, you indirectly learn from their real-life
experience. Ignore the messages that are too difficult or non-technical, and
research those you just learned.

2.12 Constantly check the Reference manual and Admin guide while reading
Concepts because memorizing hundreds of initialization parameters, DBA_ and V$
views can't be achieved in a few weeks.

3.0 After the drudge of sequential read of the Concepts and scattered read of
Reference and hands-on work with Admin guide, you can read in either sequential
or scattered manner:

Performance tuning manual, Administration manual, "Effective Oracle by Design"
(by Tom Kyte) and as great reference due to lack of updated versions, "Expert
One On One" (by Tom Kyte)

4.0 You need to constantly search on the following three web sites when you
have problems.

4.1 Google Usenet/Newsgroup archive
(). You can put in group name,
most likely comp.databases.oracle.server, occasionally
comp.databases.oracle.misc or comp.databases.oracle.tools.

4.2 Google Advanced Search (). After this
search, you may or may not search the same thing on other web sites such as
Altavista, which was used by us before Google came to life. But occasionally
alltheweb.com can find something Google hasn't indexed yet.

4.3.0 Oracle Metalink if your company purchased Oracle support. This is the
only search site that is Oracle-aware. By that I mean it knows "ORA-01000" is
the same as "ORA-1000" so you don't have to search twice as on any generic
search site. It knows "user$" is not the same as "user" as all other search
engines would assume. In addition, if you need to search for an Oracle bug
report or patch, this is the only place.

4.3.1 Oracle Metalink Advanced search. Bookmark the no-frame page URL

If you search for a keyword or a string that is too obscure, do remember to
check the Bug Database as well as Archived Articles checkboxs so you get more
hits.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-85132/,如需轉載,請註明出處,否則將追究法律責任。

相關文章