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: SQL Book Recommendation

Re: SQL Book Recommendation

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: Fri, 06 Jul 2007 16:45:47 -0700
Message-ID: <1183765547.180577.263320@k79g2000hse.googlegroups.com>


On Jul 6, 5:00 pm, joel garry <joel-ga..._at_home.com> wrote:
>
> > Since the OP is concerned about writing SQL I suspect the OP is more
> > of a developer than a DBA and as such I would suggest starting with
> > the Oracle Application Developers Guide - Fundamentals instead of
> > Concepts. This manual covers many of the topics found in Concepts and
> > DBA Administration but with more emphasis on using rather than
> > managing the objects.
>
> Good point Mark. I'd still emphasize reading in the Concepts manual
> about concurrency, consistency and locking, since those are likely to
> be things where a t-sql person would have to unlearn inappropriate
> habits.

No argument.

>
> > Tom's Book is very good but I think Tom expects you to be familiar
> > with Oracle and PL/SQL since it is not a primer on SQL or PL/SQL so I
> > would suggest reviewing the first few chapters of the SQL manual which
> > cover the Oracle provided functions like to_date, to_char, upper(_),
> > etc... and then reading the PL/SQL manual before reading a book.
>
> It's not a primer, but it does explain in detail the subjects I
> mentioned above, for all the leading rdbms's, so it's likely to give a
> t-sql person something to latch onto - and he may even learn why he
> used to do things that he thought were just the way things were done.
> And of course, being able to follow along worked examples may be
> better than a primer for an experienced person.

Bingo. Maybe Mark is thinking of one of the ( many ) other Tom Kyte books.

There is actually very little oracle specific sql or plsql in the foundation ( thru chapter 9 if memory serves ) chapters.

>
> Whatever works for the OP, anyhow. I'm sure iterating through all the
> suggestions would be best. I have mixed feelings about cookbooks -
> I've found them very helpful at times, yet I can understand they might
> foster bad habits. Haven't seen the one batso mentioned.

Well we can have high hopes for the OP but anyone who starts posting with the idea that they want "one" oracle book ... well that's not realistic or even relevant to me. Received on Fri Jul 06 2007 - 18:45:47 CDT

Original text of this message

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