Recommendations on learning PL/SQL? - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T06:06:52Zhttp://stackoverflow.com/feeds/question/129624http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/129624/recommendations-on-learning-pl-sql5Recommendations on learning PL/SQL?MadMAxJr2008-09-24T20:14:27Z2009-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#1296337Answer by Lost in Alabama for Recommendations on learning PL/SQL?Lost in Alabama2008-09-24T20:16:19Z2008-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#1296410Answer by MarlonRibunal for Recommendations on learning PL/SQL?MarlonRibunal2008-09-24T20:17:12Z2008-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#1296482Answer by Joe90 for Recommendations on learning PL/SQL?Joe902008-09-24T20:17:54Z2008-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#1296640Answer by Brett McCann for Recommendations on learning PL/SQL?Brett McCann2008-09-24T20:19:32Z2008-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#4183390Answer by WW for Recommendations on learning PL/SQL?WW2009-01-06T21:51:55Z2009-01-06T21:51:55Z<p>How about: <a href="http://asktom.oracle.com" rel="nofollow">asktom</a></p>