up vote 7 down vote favorite
4
share [g+] share [fb]

I have worked with SQL on Oracle 9, and a bit on SQL Server 2000 for about a year. I need to get a jumpstart on working with PL/SQL in Oracle 9i. I work with a handful of ASP.NET 2.0 sites and some VB.NET (VS2005) apps in terms of code experience. What books or websites would you recommend to help me bridge the gap?

link|improve this question

feedback

5 Answers

up vote 9 down vote accepted

Oracle PL/SQL Programming by Steven Feuerstein. Published by O'Reilly. ISBN 0-596-00381-1.

It's the best PL/SQL reference I've seen.

link|improve this answer
feedback

I was put on a project without knowing any PL/SQL, but after reading "Oracle PL/SQL Programming by Steven Feuerstein" in the evenings I soon became good at it.

The book is excellent, and really helped me enjoy using the language.

link|improve this answer
feedback

Any Steven Feuerstein book on the topic is great!

link|improve this answer
feedback

I voted up Lost in Alabama's recommendation. This was the number one resource I used when first learning PL/SQL. Excellent book for both the beginner and intermediate PL/SQL developer.

link|improve this answer
Oi! I thought I got there first! :) – Joe R Sep 24 '08 at 21:04
feedback

How about: asktom

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.