vote up 5 vote down star
3

I suppose I don't necessarily need an actual reference book per se, but I tend to learn as I go. Thus, it would be nice to have some kind of terse but readable book that I can read in chunks either if I need help remembering the syntax of a particular query or if I want to learn about particular database features one at a time.

It seems like there are a lot of choices for books on Oracle. Could anyone offer some suggestions to help narrow things down?

flag

6 Answers

vote up 11 vote down check

There is a lot of really good free documentation here that is well worthing reading, or dipping into for particular topics. You can read them online, or download as PDFs and print them. Particularly worth while is the Concepts manual.

Probably the best Oracle book I have is Tom Kyte's Expert One-on-One Oracle.

link|flag
I've use ask tom to get answers to lots of my questions. I didn't think about checking for any books he may have written. Thanks! – Jason Baker Jun 13 at 16:20
1  
To quote an Oaktable member: "if you read the Concepts manual from start to finish, you already know more about Oracle than most developers out there". – Jeffrey Kemp Jun 15 at 5:46
vote up 1 vote down

Not directly relevant to the question at hand, but I find this book helpful since I'm using Python for this: Python Programming with Oracle Database

link|flag
vote up 2 vote down

Oracle essentials is a good starting point

link|flag
vote up 3 vote down

I like the books of Tom Kyte.

link|flag
vote up 1 vote down

this one for a standard learning

link|flag
vote up 2 vote down

Personally, I like this book -- but then, I've always had a soft spot for O'Reilly (even before I was one of their writers;-), so I guess your mileage may differ!

link|flag
Heh... the interesting thing about O'Reilly's Oracle books is that they all seem to have bugs on them. Are they trying to say something? :-P – Jason Baker Jun 13 at 16:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.