Let me be clear - I have more than enough "references" and "for beginners" books.

What I want is something like "Exceptional PL/SQL" or "Agile PL/SQL" or "PL/SQL Design Patterns" or even just "PL/SQL For Developers Who Want To Write Pretty Code".

Does such a thing exist?

(I'm a C++/Ruby/etc. developer. I've been thrown into an Oracle project. The language makes me feel like my hands are tied behind my back and there's a burlap bag over my head. It's bringing back bad memories of DBase and Clipper...)

link|improve this question

1  
pl/sql... expressive.... .... no, I'm not following you, sorry... – skaffman Aug 13 '09 at 22:17
feedback

4 Answers

up vote 3 down vote accepted

I found this book useful:

Oracle PL/SQL Best Practices

And there are a bunch of other books by O'Reilly that might be useful to you here.

Also, if I could recommend something to read, I would suggest an Oracle performance book. So many avoidable performance issues are often introduced by people new to PL/SQL.

link|improve this answer
+1: particularly for the performance recommendation. – DCookie Aug 13 '09 at 17:10
Thanks for the O'Reilly book - I had just started into it. It's approaching what I'm looking for, though I'm realizing I'm just going to have to live with my hands tied, burlap bag, etc. – Jamie Hale Aug 13 '09 at 18:34
feedback

Bit of a wildcard, but in my opinion it is worth looking at the presentations that Tom Kyte makes available.

Granted they lose something if you weren't at the presentation but ones like SQL Techniques may save you writing a ton of PL/SQL code.

Good luck with your project!

link|improve this answer
Thanks! I haven't read all the way through the .ppt in the SQLTechniques archive - I got sidetracked by the reference to one of Tom's books. Effective Oracle By Design has a chapter on PL/SQL (and a lot of other good stuff too). Worth looking at for sure. (As is an O'Reilly Safari account!) – Jamie Hale Aug 13 '09 at 20:34
feedback

Connor McDonald is a very good Oracle developer, and his book "Mastering Oracle PL/SQL" has some nice ideas/approaches. Many of the Gang of Four's structural patterns are directly applicable: facade, proxy, adapter, bridge.

Then go to asktom.oracle.com and click on "Resources" and "Links" at the top of the page. Tom Kyte's books are very good.

link|improve this answer
That Mastering Oracle PL/SQL also looks like a good one, although Safari doesn't have it. :/ – Jamie Hale Aug 14 '09 at 12:32
feedback

Not just PL/SQL but Oracle in general - two good books by Thomas Kyte:

http://www.amazon.com/Expert-One-One-Oracle-Thomas/dp/1590592433

http://www.amazon.com/Effective-Oracle-Design-Osborne-ORACLE/dp/0072230657

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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