tags:

views:

251

answers:

2

Possible Duplicate:
Beginner’s book for PL/SQL programming?

I wanna buy an Oracle PL/SQL book. I am new to Oracle. Which book do you recommend for novices who are learning Oracle PL/SQL?

Thanks.

+1  A: 

I don't recommend buying beginner's books as they will soon come short. While not specific to oracle 10g, you should take a look at http://docstore.mik.ua/orelly/oracle/index.htm just to get the general introduction. Then practice a bit, and buy an intermediate/expert book if you still want to kill trees ;-P

klausbyskov
A: 

Steven Feuerstein is pretty much the king of PL/SQL. Read Tom Kyte's books also, he covers more than just PL/SQL but you won't write decent PL/SQL without them. As far as style goes pay closer attention to non Oracle programmer types and then bring what you learn there to PL/SQL and you will do well.

Ethan Post