Recommendations on learning PL/SQL? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T06:06:52Z http://stackoverflow.com/feeds/question/129624 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/129624/recommendations-on-learning-pl-sql 5 Recommendations on learning PL/SQL? MadMAxJr 2008-09-24T20:14:27Z 2009-01-06T21:51:55Z <p>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?</p> http://stackoverflow.com/questions/129624/recommendations-on-learning-pl-sql/129633#129633 7 Answer by Lost in Alabama for Recommendations on learning PL/SQL? Lost in Alabama 2008-09-24T20:16:19Z 2008-09-24T20:16:19Z <p>Oracle PL/SQL Programming by Steven Feuerstein. Published by O'Reilly. ISBN 0-596-00381-1.</p> <p>It's the best PL/SQL reference I've seen.</p> http://stackoverflow.com/questions/129624/recommendations-on-learning-pl-sql/129641#129641 0 Answer by MarlonRibunal for Recommendations on learning PL/SQL? MarlonRibunal 2008-09-24T20:17:12Z 2008-09-24T20:17:12Z <p>Any Steven Feuerstein book on the topic is great!</p> http://stackoverflow.com/questions/129624/recommendations-on-learning-pl-sql/129648#129648 2 Answer by Joe90 for Recommendations on learning PL/SQL? Joe90 2008-09-24T20:17:54Z 2008-09-24T20:17:54Z <p>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.</p> <p>The book is excellent, and really helped me enjoy using the language.</p> http://stackoverflow.com/questions/129624/recommendations-on-learning-pl-sql/129664#129664 0 Answer by Brett McCann for Recommendations on learning PL/SQL? Brett McCann 2008-09-24T20:19:32Z 2008-09-24T20:19:32Z <p>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.</p> http://stackoverflow.com/questions/129624/recommendations-on-learning-pl-sql/418339#418339 0 Answer by WW for Recommendations on learning PL/SQL? WW 2009-01-06T21:51:55Z 2009-01-06T21:51:55Z <p>How about: <a href="http://asktom.oracle.com" rel="nofollow">asktom</a></p>