Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Good See details
$3.84 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Oracle Desk Reference
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Oracle Desk Reference [Paperback]

Guy Harrison (Author)
4.0 out of 5 stars  See all reviews (9 customer reviews)

List Price: $34.99
Price: $26.59 & this item ships for FREE with Super Saver Shipping. Details
You Save: $8.40 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 6 to 12 days.
Ships from and sold by Amazon.com. Gift-wrap available.

Book Description

Prentice Hall PTR Oracle September 14, 1999
Finally, there's a quick and handy printed reference to all the Oracle information you need most! Don't waste time searching Oracle's slow, unwieldy help system when you can find it faster right here, in the Oracle Desk Reference! This one-stop source delivers the information you need every day -- organized for super-fast access. Here's just some of what you'll find in Oracle Desk Reference: Coverage of all SQL commands, functions, operators, and datatypes; PL/SQL and Oracle PL/SQL packages; the Data Definition Language (DDL), SQL*Plus, Export/Import and key utilities; even Oracle Java and JDBC. There's more: detailed information on database configuration parameters and files, a handy Oracle glossary, even an Internet resource list. Whether you are an Oracle developer, administrator or user, you will become more productive and effiecient with this book at your side!

Editorial Reviews

From the Inside Flap

PrefaceOracle Desktop Reference Template

How do I use substr to get trailing characters from a string? How do I create my own exceptions in PL/SQL? How do I create a read-only transaction? How do I add a new log file to my database? What's the syntax for publishing a Java-stored program in PL/SQL?

Oracle administrators and developers face questions like these every day. With the ever-expanding scope of the Oracle product line, finding the answers involves an increasingly difficult struggle through the massive and often inconvenient Oracle on-line documentation set. The aim of this book is to improve your productivity by placing essential Oracle information at your fingertips.

When I started administering and developing applications with Oracle databases in the 1980s, every developer and DBA on my team had a set of manuals, which could comfortably fit on a desk. Now — in the last year of the twentieth century — the full documentation set requires several shelves in a large bookcase. Luckily, the dilemma of finding space for printed documentation almost never arises because printed manuals have virtually disappeared from the workplace. Oracle Corporation literally gives away electronic documentation, while charging extravagant prices for the printed versions. The result has been the almost total elimination of printed Oracle documentation in the average office.

I'm a real fan of on-line documentation, but the process of locating snippets of information in the Oracle on-line documentation set just takes too long. Suppose you had the Oracle documentation set on CD-ROM and you wanted to find the exact syntax for the select statement. Here's what you would do:

If you didn't have the Oracle on-line documentation installed on your hard disk, you would have to put the CD in your CD drive and wait a few seconds for your system to recognize it.

Next, you must fire up your Web browser and load the Oracle documentation set home page.

Then you have to locate the correct document, in this case, the Oracle SQL reference.

When the document is found, you must open the Index page for the document and locate the select entry.

And finally, you have to navigate to the page containing the Select documentation, which is large and takes a few moments to load.

I found that this involved process was consuming too much of my time. What I needed was a quick reference to all the frequently needed information — SQL commands, PL/SQL syntax, built-in packages, API calls, configuration parameters, and command line arguments — in a package small enough to fit on my desk. Because no such reference existed, I decided to write one, and this book is the result.How to Use this Book, and How Not to Use It!

This book was designed to be kept close at hand and used to determine the syntax or usage of some aspect of Oracle for which you are already broadly familiar. For instance, you may recall that the mod function calculates a remainder, but you may have forgotten the order of the arguments. You may be creating a table, but need to refresh your memory on storage parameters. Or, you may be a DBA who needs to check the options of an init.ora parameter.

However, I don't recommend that you use this book as your only reference to the Oracle database. There is only limited introductory and tutorial material in this book. If you need to learn about some Oracle facility from scratch, or if you are looking for in-depth coverage of a topic, you should consult the Oracle documentation set, other third-party books, or Internet resources. For instance, if you are new to PL/SQL, you should not use this book to teach yourself the PL/SQL language. However, once you have learned PL/SQL — and even while you are learning it — you will find the PL/SQL chapters of the book a very useful reference.Structure

This book is arranged into a couple of major sections:

The first four chapters cover the SQL language, which is the basis for all data manipulation and retrieval in Oracle. These chapters cover:

The select statement, which is the basis for all data retrieval.

SQL functions, expressions, hints, and operators.

The Data Manipulation Language (DML) statements: update, delete, and insert, and statements related to transaction control and locking.

Data Definition Language (DDL) statements that create, modify, and delete database objects such as tables, indexes, and views.

The next three chapters cover PL/SQL and Java. pl/sql implements Oracle's proprietary procedural extensions to the SQL language. It also implements many of Oracle's advanced features such as advanced queuing and large object support. In Oracle8i, a Java Virtual Machine (JVM) has been introduced and developers can now choose to develop stored procedures and triggers in Java. These three chapters cover:

The PL/SQL language syntax and usage.

Oracle-supplied PL/SQL packages, which extend the PL/SQL language, or which provide new Oracle functionality.

Oracle Java, including JDBC, SQLJ, and the Oracle8i JServer environment.

The final chapters cover utilities, administration options, terms and jargon, and a brief list of Internet resources. These chapters are:

Command line utilities provided with the Oracle server.

The SQL*PLUS program.

Oracle server configuration parameters.

Jargons, terms, and acronyms.Operating System and Oracle Version-Specific Information

This reference attempts to cover syntax for Oracle versions 7.3, 8.0, and 8.1 (also referred to as Oracle8i). It also covers command line utilities available in the UNIX and NT operating systems. To minimize confusion, the following symbols may appear in the margin to indicate that a feature is specific to an operating system or Oracle version.Feedback

While every effort has been made to ensure that this book is accurate and timely, there is no doubt that some errors will be found or that information in this book will be overtaken by subsequent releases of Oracle. If you find anything in need of correction, please let me know at gharriso@mira. IÊwill ensure that the necessary corrections are made in future releases or in errata.

From the Back Cover

The Oracle Professional's Everyday Desk Companion. . . . Instant answers for Oracle 7.3, 8 and 8i

If you are tired of wading through Oracle's 20 "core" help manuals or their online equivalent, this new desk reference will be a welcome addition to your work space. Take a look inside this book: you will find virtually everything you may ever need to reference, and a really handy format that makes it easy for you to find it!

It's your one-stop source for all this...

  • All SQL commands, functions, operators, datatypes and hints
  • PL/SQL and Oracle PL/SQL packages
  • Data Definition Language (DDL)
  • SQL*Plus, Export, Import and more key utilities
  • Oracle Java including SQLJ, JDBC and Java stored procedures
  • Database configuration parameters
  • Plus a handy Oracle glossary, Internet resource list, and more!

All the information you need every day, organized for super-fast access.

Whether you are an Oracle developer, administrator or user, you will become more productive and efficient with this book at your side.


Product Details

  • Paperback: 400 pages
  • Publisher: Prentice Hall PTR; 1st edition (September 14, 1999)
  • Language: English
  • ISBN-10: 0130132942
  • ISBN-13: 978-0130132949
  • Product Dimensions: 8.9 x 6 x 0.8 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon Best Sellers Rank: #3,430,452 in Books (See Top 100 in Books)

More About the Author

Guy Harrison has worked with Oracle databases as a developer, administrator and performance expert for more than two decades. He is the author of many articles and several books on database technology including Oracle Performance Survival Guide and MySql Stored Procedure Programming .

Guy is currently a Director of Development at Quest Software and is the Chief Architect of Quest's popular Spotlight(tm) product family. He lives in Melbourne, Australia with his wife Jenni and children Chris, Kate, Mike and William.

 

Customer Reviews

9 Reviews
5 star:
 (4)
4 star:
 (3)
3 star:
 (1)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

6 of 6 people found the following review helpful:
5.0 out of 5 stars Comprehansive, easy to use Oracle version reference, November 16, 1999
By A Customer
This review is from: Oracle Desk Reference (Paperback)
Developing Oracle tools which need to run with Oracle 7.3, 8 and 8i databases we have found this book invaluable in identifying Oracle version differences and allowing us to quickly gear our product to run on each of the different Oracle DB versions. For us this book represents a highly used desk reference which has saved us countless hours by providing us a simple and easy to use command reference set.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Both of the previous reviews are right., April 5, 2000
By 
Joe Nonneman (Schaumburg, IL) - See all my reviews
This review is from: Oracle Desk Reference (Paperback)
In the two previous reviews the authors gave this book one star and five stars, respectively. Both are right. This is not a learning book, it is a detailed reference. You should not count on learning anything from this book. However, I use it every day to get the syntax right for cryptic Oracle create, grant, and alter statements. It is small, concise, and a bargain. As a reference it is a good book. However, it should not be the only Oracle book you own.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars The BEST guide for Oracle Experts, July 3, 2001
By 
This review is from: Oracle Desk Reference (Paperback)
This book was written for Oracle experts. It provides specific information for Oracle commands, however it expects that you know what to do with the information. I use it all the time as I generally know what I want to do, and have a good idea about what command I need to use to do it, but I'm fuzzy on the exact syntax of the command. This one little book has replaced several large tomes from Oracle and remains a critical component to my Oracle toolkit. It is much more complete than any other Oracle reference I have found.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews







Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject