Oracle Web Applications : PL/SQL Developer's Intro

  Author:    Andrew Odewahn
  ISBN:    1565926870
  Sales Rank:    633118
  Published:    1999-09-01
  Publisher:    O'Reilly
  # Pages:    256
  Binding:    Paperback
  Avg. Rating:    4.0 based on 9 reviews
  Used Offers:    18 from $7.53
  Amazon Price:   
  (Data above last updated:  2008-11-12 07:20:24 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Oracle Web Applications : PL/SQL Developer's Intro
  
This compact guide provides the jump-start Oracle developers need to make the transition from traditional programming to the development of useful Web applications for Oracle8i. Even readers who start out knowing nothing about HTML, PL/SQL, or Oracle's other tools will learn how to create simple Web applications in a matter of days. The book focuses on Oracle8i, but also covers Web development for earlier Oracle versions (Oracle8 and Oracle7). Background: The explosion in the use of the Internet and the Web has resulted in a whole new way of doing business. Developers who only yesterday were using COBOL to write accounts payable systems are now being asked to create a broad range of new Internet-based applications ranging from electronic commerce (e-commerce) Web sites to internal data warehouses to enterprise resource planning (ERP) systems. Unfortunately, the filesystem architectures of most Web systems aren't up to the task. The new breed of Web applications -- which are quickly becoming critical resources that companies need to survive -- demand a platform that provides production-quality tools for content management, application development, and application integration. And current Web techniques are inadequate in many ways. Oracle8i, Oracle's "Internet database," gives Web developers a way to build Web technology on top of a relational database, rather than on a traditional filesystem. With Oracle8i, companies can apply well understood, reliable, production-quality database methodologies to Web content management. Oracle8i also supports a wide variety of application development platforms and tools that are tightly integrated to the core database. Finally, Oracle8i supports technologies that help companies tie their Web-based applications into legacy applications. There is a lot to learn in Oracle8i. Not only does it enhance basic database features, it introduces Java and a variety of Web development tools. Oracle8i provides a soup-to-nuts platform for Web site and Web application development that extends traditional database concepts to Web content. It replaces the traditional filesystem used by most Web servers with a database management system. Many users are intimidated by the vast array of new technologies in Oracle8i. And yet, they are under pressure to use these technologies to build complex Web applications right now. This book gives such users a way to start using Oracle8i immediately to create useful Web applications. It is a concise, easy-to-read guide to the basic technologies developers need to understand in order to build Web applications. Contains: The book describes the following Web development tools:
  • PL/SQL-- a structured programming language that combines procedural constructs and standard SQL. It offers such features as cursors, loops, conditional and sequential control statements, exception handlers, records, tables, and constructs for developing modular code (functions, procedures, and packages).
  • PL/SQL Toolkit -- a set of PL/SQL packages supplied by Oracle for use in developing Web applications.
  • HTML -- an ASCII-based markup language used to create Web pages.
  • WebDB -- A software system for building, monitoring, and creating content-driven Web sites; it allows users to use a Web browser to access and store information in the Oracle8i database.
  • Oracle Application Server (OAS) -- an extensible Web server that uses plug-in programs called cartridges to allow database-integrated Web systems to be developed in a variety of languages (e.g., PL/SQL, Java, Perl).
  • XML -- An emerging standard for creating self-describing documents. It is similar to HTML but allows you to create your own markup tags. XML is expected to be a key technology in electronic commerce systems.
  • The book also presents several fully realized sample Web applications that will teach you how to build such applications of your own.
NOTE: Although this book touches on the Java features of Oracle8i, it doesn't cover Java development per se. Switching to Java represents an enormous change for most Oracle developers. This book provides an evolutionary path for readers who want to do useful Oracle8i Web development now, using mostly familiar tools. Additional books will provide Java training for those who have mastered these Web tools and want to take the next step.
Oracle databases sit behind a large number of Web servers. The latest release, Oracle 8i, is sold as an Internet database and gives developers tools to build Web applications. Oracle Web Applications is a guide for using Oracle 8i for content management, application development, and application integration. You'll learn about its support for the latest Internet technologies, including XML and Oracle's WebDB application development tools. There's also an overview of the InternetLite technologies that allow you to deliver Oracle databases to handhelds like the Palm organizer.

The real meat of the book begins with two chapters that cover building Web applications in WebDB and Oracle's Application Server. The rest of the book goes into plenty of detail and provides lots of code on how to use Oracle's PL/SQL programming language to generate HTML and XML. When you've worked your way through this, you should be ready to start working with Oracle 8i and the Web--and you should be ready to begin linking Oracle databases to the Internet. Code samples and plenty of tips make this an excellent developer's reference. --Simon Bisson, Amazon.co.uk

                  Reader Reviews 1 - 9 of 9                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
08-01-01 4 (NA)
(Hide Review...)  Great intro for Oracle Developers, but dated
Reviewer Permalink
This book came out in 1999, and it's now late 2001 as I write this.

This publication is a very well written introduction to the spectrum of tools and approaches for using Oracle databases to generate dynamically created web pages - based on 1999 technology. While Oracle has advanced since then, most of this book - especially the PL/SQL web toolkit sections - is still useful. If you're an Oracle developer who's familiar with SQL and PL/SQL, then this book will get you up to speed very quickly (it's only 220 pages - thin by "computer book" standards) on the detail of how the PL/SQL web toolkit is used to combine database data with HTML. If you're an Oracle developer, but you don't know anything about web architecture or HTML, then you'll get a brief yet effective introduction in here of what you need to know.

If you don't know PL/SQL, get Steve Feuerstein's book first called Oracle PL/SQL Programming. Use that to learn PL/SQL. Then, once you're familiar with it, you'll get much, much more out of what's presented in this book.

The section about the PL/SQL web toolkit is very useful, even today.

The overview of WebDB is dated. Oracle's new name for this tool is "Oracle Portal", and while the underlying architecture is the same, and the features taught here still largely apply, there are new features and a completely different interface on the new tool.

The chapter about Oracle Application Server (OAS) is still interesting to read for an overall idea of how web architecture is implemented in Oracle's web server family. But the app server has been updated several times since this book, and has very different screen displays. The basic features are still the same, and the brief review provides helpful insight into where Oracle has been, which isn't too far, fundamentally, from where it is now.

Finally, the XML chapter is not bad for quickly getting a great general introduction of XML and it's capabilities, but be aware that Oracle has GREATLY extended it's XML support since the publication of this book. Nevertheless, I still find this chapter extremely interesting in that it shows the intricacies of what it really takes to generate an XML document, while the newer Oracle XML utilities do much of this work automatically. While the new utilities are good to use, this chapter will give you a bit more insight into the utility of XML and a database, along with a fuller understanding of what is happening, so that you can be more flexible in your use of XML.

There's nothing of substance in this book that addresses Java or Oracle Forms for web use.

So - in summary - it's a little dated for 2001, but still very useful. It's brief and to the point. Very helpful for an Oracle developer who needs to come up to speed quickly on web technologies.

(Review Data Last Updated: 2008-11-12 07:23:36 EST)
06-09-00 5 3\3
(Hide Review...)  Great book & resource
Reviewer Permalink
This is a fabulous book, clear and well-written. It's simple enough for those without much experience, but also provides enough detail for those who don't need coddling... Definitely, worth the $.
(Review Data Last Updated: 2006-05-20 13:14:57 EST)
05-23-00 3 5\6
(Hide Review...)  Very good beginner's book albeit theoretical in nature.
Reviewer Permalink
I have used this book as a handbook reference in teaching advanced Oracle & Relational Database Development. As I metioned, it is a very good theoretical book. I particularly liked Chapters 3 (WebDB), 4 (OAS) & 9 (XML). Should you require more hands on examples & sample usage, however, you will have to look elsewhere.
(Review Data Last Updated: 2006-05-20 13:14:57 EST)
03-19-00 3 3\4
(Hide Review...)  Good introduction to Oracle web development !
Reviewer Permalink
Don't expect too much from the book that covers so many topics on just two hundred pages! First five chapters are dedicated to current Oracle & If you have time you can probably download white papers with better technical information about the topics from Oracle, Technet or related websites. On the other hand this five chapters are good time savers. Last four chapters are much better, covering introduction to PL/SQL and Toolkit (HTF, HTP, OWA_***), two sample web applications (Survey and Discussion Forum) and XML. The best thing about this book is that you'll find out what you don't know, so you can make a list of relevant books that covers the topic in more detail.
(Review Data Last Updated: 2006-05-20 13:14:57 EST)
01-23-00 5 7\7
(Hide Review...)  Outstanding Overview for Beginners
Reviewer Permalink
If you're starting to become involved with making your Oracle databases available over the web this is a must read. You can dig out the information presented here from the Oracle manuals and tech sites but ... in just 200 pages the relevant information is collected and organized. Take a weekend to read this book before you start working with the web. You'll learn what pieces are available to you and how they fit together...
(Review Data Last Updated: 2006-05-20 13:14:57 EST)
01-06-00 4 5\5
(Hide Review...)  WEBDB Well written for beginners
Reviewer Permalink
I have been an Oracle DBA for several years, and I still find this book to be of great help in developing Web applications.

I have developed about three systems that in production now, and could have spent time searching users guide for information on WEBDB functionalities, but the book helped me find what I was looking for fast.

I am starting on site building and I believe that I will get all the help I need from the book.

Every Webdb developer should have this book as a reference.

(Review Data Last Updated: 2006-05-20 13:14:57 EST)
01-06-00 4 3\3
(Hide Review...)  Useful book
Reviewer Permalink
The title suggests this book is an Introduction to web applications. As an Oracle contractor who knew little about the web, I found it very helpful in that it explained clearly and concisely some of the approaches that the Oracle Corp is taking to web development. For me, it was useful to have a summary of HTML and XML. Well worth a read.
(Review Data Last Updated: 2006-05-20 13:14:57 EST)
12-03-99 4 10\10
(Hide Review...)  Good book for beginners
Reviewer Permalink
Reviewer Jay missed the point. The book is clearly for beginners and does a good job of informing them. In this field there are varying levels of expertise so the book buyer should keep that in mind when purchasing a book. I for one found the book to be informative and worthwhile for my particular level of expertise
(Review Data Last Updated: 2006-05-20 13:14:57 EST)
11-25-99 1 22\27
(Hide Review...)  Too simple. Read the free oracle online manuals instead.
Reviewer Permalink
You could get more from the Oracle OAS and WEBDB manual. This book is thin(232 pages), however, it spends 50 pages introducing what is HTML and PL/SQL. The WebDB introduction is too simple and doesn't have any examples. System admin staff in the OAS section is OK for the very begineers, but isn't as resourceful as the OAS online manual, besides the examples are done against OAS 3.0 not the current version 4.0.8. The PL/SQL toolkit section is OK. but I would prefer to read the OAS web developer online manual. Well not worth the money, I am going to return this book.
(Review Data Last Updated: 2006-05-20 13:14:57 EST)
  
                  Reader Reviews 1 - 9 of 9                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)