|
|||||||||||||||||||||||||||||||||||
|
13 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
14 of 15 people found the following review helpful:
5.0 out of 5 stars
Wonderful intro to PL/SQL,
By A Customer
This review is from: Learning Oracle PL/SQL (Paperback)
A book doesn't have to cover advanced material and tricks from gurus to be great. There are only a handful of really good Oracle books, and this is one. It takes the beginner through the important features of PL/SQL, and uses an example application that you build as you go along.The organization is great and the writing is crystal clear. It doesn't just cover syntax. It also explains when and why you'd want to use various PL/SQL features. If you're a radical C++ coding genius, maybe you want one of the other O'Reilly books on PL/SQL. On the other hand, if you've tried some other books that deal with PL/SQL and found they didn't provide the background, explanations and programming strategies you need, try this book. The authors are talented PL/SQL experts, and their presentation of the subject is great. This book is not a slap-dash effort to write a quick book. It's a solid, quality book. If you have some exposure to Oracle but have never developed PL/SQL skills, you'll like this book.
9 of 9 people found the following review helpful:
4.0 out of 5 stars
One of the best intros to PL/SQL,
By
This review is from: Learning Oracle PL/SQL (Paperback)
Learning Oracle PL/SQL is one of the best books I have read on learning this subject. This book has a little for everyone: you'll learn something if you know the basics of SQL, but have never really done anything with it. You'll also learn something if you've had a lot of experience with Microsoft SQLServer (and T-SQL), but are looking to transition you knowledge to Oracle PL/SQL.You'll learn about coding anonymous blocks, stored procedures, functions, and packages. You will learn how to write and use cursors, how to organize code into packages, Oracle security basics, Oracle built in packages, and error handling. The book also covers some basics of using SQL*Plus, to make your life a little easier. If you need a relatively small (less than 400 pages) introduction to Oracle PL/SQL, then this is definitely a book you will want to pick up. If you need more in-depth information after reading this book, pick up the authors' other book Oracle PL/SQL.
8 of 9 people found the following review helpful:
5.0 out of 5 stars
Recommended,
By A Customer
This review is from: Learning Oracle PL/SQL (Paperback)
I've been a self taught Oracle PL/SQL developer for two years, so I was sceptical on reading a "Learning" book. After reading the first few chapters I was able to make improvements to my PL/SQL programs. It was definitely worth the time and money. The examples are well written and simple enough to make sense, but not too simple that they are "duh" type examples. I also liked the fact that the book explains how to set up and use Oracle/Apache to make PSP pages (Stored Procedures that generate web content). The PSP section makes up a good portion of the book that I didn't know was in it before I got it. With plenty of real-world experience tips, a section on tools and security, it will be a while before I have this ingrained and used on a daily basis. I defiantly got more than I was looking for.
5 of 5 people found the following review helpful:
1.0 out of 5 stars
Not learning anything,
By IG111 (NY, NY) - See all my reviews
This review is from: Learning Oracle PL/SQL (Paperback)
This book is erroneously named. There's barely anything about PL/SQL. It's just a hodge-podge on oracle database server and oracle application server with minimum coverage on both.
PL/SQL is an Oracle proprietary language that is available in a variety of Oracle products, and is somewhat different and differently used in each Oracle product. If you want to learn Oracle database server PL/SQL get books by Alice Rischert or Scott Urman because their coverage of PL/SQL is well explained and in depth.
4 of 4 people found the following review helpful:
3.0 out of 5 stars
Great right up until chapter 4,
By A Customer
This review is from: Learning Oracle PL/SQL (Paperback)
I'm a programmer familiar with SQL and needing to learn PL/SQL to use with SQL Navigator and SQL*Plus. Chapter 4 suddenly assumes you'll need to work with the internet and all of the examples deal with setting up interactive web pages. That would be great for a shop using that kind of interface. In my position, I don't have access to servers that would post a page, so the book now sits on a shelf until it becomes relevant. There were no alternate examples. I was pretty disappointed. Other than that, a great book!
13 of 17 people found the following review helpful:
1.0 out of 5 stars
Learning Oracle Maybe, But Not PL/SQL,
By
This review is from: Learning Oracle PL/SQL (Paperback)
I've been developing with Sybase and SQL Server for about 5 years with very limited experience with Oracle in that time. I purchased this book hoping to get up to speed on the differences between Oracle's PL/SQL and the Sybase/Microsoft T-SQL syntax. From the title this book seemed appropriate for the job. In short, while the book might be an adequate, albeit SLOW, introduction to Oracle, it covers very little actual PL/SQL. If you are a programer/engineer/dba looking to "learn Oracle PL/SQL", interested in practical applications of such fundamental topics as constraints, foreign keys, indexes, joins, cursors, views, triggers, corelated subqueries and the like, look elsewhere. Don't take my word for it--take a peek at the index or table of contents and you'll see that the focus of this book has very little to do with PL/SQL.
3 of 3 people found the following review helpful:
4.0 out of 5 stars
Overall very good,
By cyli (Cambridge, MA) - See all my reviews
This review is from: Learning Oracle PL/SQL (Paperback)
I've only read three chapters so far. It's been very good actually - I knew some SQL beforehand, although nothing very complicated, and it has been pretty easy for me to understand as well as very helpful for me in learning how to use PL/SQL. It has genuinely useful examples, and also provides tips as to how to perform unit testing on stored procedures and functions.Another very useful thing the author does is list common and not-as-common mistakes that a programmer may make (which may not always result in errors or exceptions), hence possibly saving you the trouble of hours of debugging. The only problem I've had with it is that he doesn't treat foreign keys as constraints. One of his sample column declarations is: "isbn VARCHAR2(100) FOREIGN KEY REFERENCES books (isbn)", but I kept getting an error until I changed it to: "isbn VARCHAR2(100), FOREIGN KEY (isbn) REFERENCES books (isbn)". I am not sure if this is a peculiarity of my installation (running Oracle 9i), but a check online reveals that many people also consider foreign keys a constraint. Except for that problem, I would have given this book 5 stars.
3 of 3 people found the following review helpful:
3.0 out of 5 stars
Fair Guide for Learning PL/SQL,
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: Learning Oracle PL/SQL (Paperback)
I use a self-taught approach to learn new things like most people. And, like most people, I get frustrated with the lengthy superfluous nature of how-to books which throw everything in, including the kitchen sink. This book starts off well, and you can learn from it at a comfortably progressive pace, but it could use a larger scope. The author leaves a lot of code out of the book, though he does explain parts of it. In the end, the project he uses to illustrate PL/SQL becomes more complicated than it needs to be for a tutorial exercise. Still, I haven't seen anything better.
2 of 2 people found the following review helpful:
4.0 out of 5 stars
The Perfect "college" textbook,
This review is from: Learning Oracle PL/SQL (Paperback)
Though by the time this book came out, I've become an intermediate PL/SQL guru, I decided to buy it anyway, just to read it and perhaps maybe gain some insight that may have been overlooked in the original "bible" Oracle PL/SQL Programming, 2nd. Ed.The book is concise with one and only one project example to lead you through all the PL/SQL constructs and when and why they are used. For me, I skimmed through it but did find help on "overloading" in packages which isn't discuss since it is a "beginner's" book. Kudos to Bill and Steve for a great book. I can add it to my library of Oracle based O'Reilly publishing books.
2.0 out of 5 stars
Maybe use as reference with another book...,
By
This review is from: Learning Oracle PL/SQL (Paperback)
I bought this book, used, a couple of weeks ago since I needed a resource to learn Oracle... I wish the book would have started with Oracle commands instead of the PL/SQL aspect but I was not totally bothered with this...
If this is the same version, that I have, there are numerous errors (or I believe them to be). For example, on page 160, there is an example of PL/SQL code using a cursor. I understand what they are trying to do but... The second line declares the variable favorite_play_title VARCHAR2(??); - is this legal? I thought VARCHAR2 needs a finite number. On the third line after the BEGIN statement, the statement FETCH bkcur INTO favorite_play_title, publication_date; is fine except he never defines bkcurs in the code (but looking a few pages back he has a script which it is defined - page 152)... It is not stated that the variable bkcur is automatically defined and initialized by the FETCH command (I found this out in another Oracle PL/SQL book that I own) which really confused me. There are numerous examples like this that make the book hard to follow... There is not much description on the code that they wrote and it one types it in manually, they will be sure to run into the problems... And if you, download the samples online, good luck since they are bits and pieces of code some of which is missing the data so you really will struggle following the book... I am not against the authors... When you are learning a programming language, software tools, and ... you will need to have the ability to put your resource into practice. If a book is not written, organized well or has examples that do not help the user to understand, missing data and/or have errors, it makes it harder for the user to pick up concepts however simple or complex they may be... If a person is going to spend good money, they deserve a good book... The Oracle press series is a much better resource for learning Oracle. I have 2 of the books on order... |
|
Most Helpful First | Newest First
|
|
Learning Oracle PL/SQL by Steven Feuerstein (Paperback - December 15, 2001)
$49.99 $41.90
In Stock | ||