Oracle DBA SQL Quick Reference

( 1 )

Overview

"If you're a working Oracle DBA, here's the Oracle SQL reference you've been searching for - simple, straightforward, and incredibly easy to use! There's no faster way to discover the exact syntax you need...refresh your memory about that option you haven't used lately...find the name of that view you know exists...start using that new Oracle 9i feature you haven't tried yet." Features: Clear, well-organized tables of operators, functions, format models, privileges, and reserved words; complete command reference: syntax and options for every
... See more details below
Available through our Marketplace sellers.
Other sellers (Paperback)
  • All (4) from $1.99   
  • Used (4) from $1.99   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$1.99
Seller since Tue Aug 05 19:43:36 EDT 2014

Feedback rating:

(293)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

Good
2003 Paperback Good Open Books is a Non-profit literacy organization and proceeds from the sale benefit literacy programs.

Ships from: Chicago, IL

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$4.00
Seller since Tue Aug 05 20:59:14 EDT 2014

Feedback rating:

(0)

Condition: Good
2003 Paperback Good Connecting readers with great books since 1972. Used books may not include companion materials, some shelf wear, may contain highlighting/notes, and may not ... include cd-rom or access codes. Read more Show Less

Ships from: Independence, MO

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$14.99
Seller since Tue Oct 07 09:42:27 EDT 2014

Feedback rating:

(55)

Condition: Good
Buy with Confidence. Excellent Customer Support. We ship from multiple US locations. No CD, DVD or Access Code Included.

Ships from: Fort Mill, SC

Usually ships in 1-2 business days

  • Standard, 48 States
$31.25
Seller since Tue Oct 07 09:35:53 EDT 2014

Feedback rating:

(294)

Condition: Good
Possible retired library copy, some have markings or writing. May or may not include accessories such as CD or access codes.

Ships from: Chatham, NJ

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
Page 1 of 1
Showing All
Close
Sort by
Sending request ...

Overview

"If you're a working Oracle DBA, here's the Oracle SQL reference you've been searching for - simple, straightforward, and incredibly easy to use! There's no faster way to discover the exact syntax you need...refresh your memory about that option you haven't used lately...find the name of that view you know exists...start using that new Oracle 9i feature you haven't tried yet." Features: Clear, well-organized tables of operators, functions, format models, privileges, and reserved words; complete command reference: syntax and options for every Oracle SQL command; standard "railroad" syntax diagrams make it easy to write correct syntax; and handy listings of data dictionary views and dynamic performance tables.
Read More Show Less

Product Details

  • ISBN-13: 9780131403031
  • Publisher: Pearson Education
  • Publication date: 6/26/2003
  • Series: Prentice Hall PTR Oracle Series
  • Pages: 560
  • Product dimensions: 6.12 (w) x 9.06 (h) x 1.01 (d)

Table of Contents

Introduction
Ch. 1 Programmatic and General Reference 1
Ch. 2 SQL Command Reference 39
Ch. 3 Special Views and Tables 363
Read More Show Less

Preface

Introduction

The Oracle database and the Structured Query Language (SQL) that it supports are complex and ever changing products that have grown increasingly complex and powerful over the years. This book is not an attempt to teach the new Database Administrator (DBA) everything she or he needs to know about how to administer an Oracle database. That would be an interesting book challenge, but not the one we wanted to tackle. Instead, we wrote the book we've both been wishing we had, but couldn't find anywhere. A simple reference to the Oracle version of SQL and some of the critical tables and views that the practicing Oracle DBA needs every day. This is a purely syntax reference, a quick way to get a reminder of what options a command takes and the exact syntax required.

Most Oracle DBAs spend probably 90% of their time doing less than 5% of the tasks possible with an Oracle database. They neither need nor want a book to give them the syntax for those commands they use every day. But for the commands they may only use once every six months or so, a little quick reminder can be helpful. And that's the purpose and intent of this book—to give the working DBA a little book that they can keep on their desktop or next to the server where they can quickly look up the syntax for the command they need, or find the right name for the view they know exists, but haven't had to use since the last time there was a problem.

As Oracle has grown from our first days with Oracle 6 to the complexity and power of Oracle 9i, the number of new commands, and options and modifiers to the old ones, has grown enormously. If you're like us, you know there are newoptions and ways to do things, but often need a quick reminder of the syntax or options available. We hope you'll find this book a useful tool for that.

How To Use This Book

This book is divided up into three basic sections:

  • Chapter 1—covers the operators and functions recognized by Oracle SQL, as well as the format models, privileges and reserved words, organized into easy to read tables and grouped by the type of function, operator, privilege, or format model involved.
  • Chapter 2—is a complete SQL command reference, showing the syntax and options for every Oracle SQL command supported by Oracle 9.2 from ALTER CLUSTER to UPDATE, in alphabetical order. We have used standard "railroad" syntax diagrams to make it easy to follow the options and syntax required.
  • Chapter 3—is a listing of the data dictionary views that are a part of every DBA's life, and the dynamic performance tables that provide a wealth of information about what is happening inside the database. In the interest of keeping to our design goal of making this a short, easy-to-use and quick reference, we stuck to a simple listing of the tables and views here. The names make it pretty clear what each covers, and as working DBAs we've found that's really all we need. Once we know the name, a simple DESCRIBE will get the rest.

A note on the syntax diagrams in Chapter 2. Certain clauses show up across a wide range of commands with no change in the syntax or options they support. In order to keep the diagrams as simple as possible, we have grouped those clauses at the end of the chapter under "Common." The clauses covered there are:

  • Allocate Extent
  • Constraints
  • Deallocate Unused
  • File Specification
  • Logging
  • Parallel
  • Physical Attributes
  • Storage

Within each command, we have broken out the syntax for the less common clauses immediately following the main command. This enables a simpler and more readable diagram while providing full information. We have underlined the names of subordinate clauses in the diagrams to make it clear that you need to break out of the main diagram for the syntax to that clause.

Talk To Us

We have made every attempt in this short volume to provide as complete a reference as we could, always with the goal of keeping it quick and easy to find the information you need. Our goal was to give the working Oracle DBA a tool that would make them more productive and we sincerely hope you find it useful. Every effort has been made to be both complete and accurate. If you do find an error or omission or have any comment on the book, we very much want to hear from you.

Read More Show Less

Introduction

Introduction

The Oracle database and the Structured Query Language (SQL) that it supports are complex and ever changing products that have grown increasingly complex and powerful over the years. This book is not an attempt to teach the new Database Administrator (DBA) everything she or he needs to know about how to administer an Oracle database. That would be an interesting book challenge, but not the one we wanted to tackle. Instead, we wrote the book we've both been wishing we had, but couldn't find anywhere. A simple reference to the Oracle version of SQL and some of the critical tables and views that the practicing Oracle DBA needs every day. This is a purely syntax reference, a quick way to get a reminder of what options a command takes and the exact syntax required.

Most Oracle DBAs spend probably 90% of their time doing less than 5% of the tasks possible with an Oracle database. They neither need nor want a book to give them the syntax for those commands they use every day. But for the commands they may only use once every six months or so, a little quick reminder can be helpful. And that's the purpose and intent of this book—to give the working DBA a little book that they can keep on their desktop or next to the server where they can quickly look up the syntax for the command they need, or find the right name for the view they know exists, but haven't had to use since the last time there was a problem.

As Oracle has grown from our first days with Oracle 6 to the complexity and power of Oracle 9i, the number of new commands, and options and modifiers to the old ones, has grown enormously. If you're like us, you know there are newoptions and ways to do things, but often need a quick reminder of the syntax or options available. We hope you'll find this book a useful tool for that.

How To Use This Book

This book is divided up into three basic sections:

  • Chapter 1—covers the operators and functions recognized by Oracle SQL, as well as the format models, privileges and reserved words, organized into easy to read tables and grouped by the type of function, operator, privilege, or format model involved.
  • Chapter 2—is a complete SQL command reference, showing the syntax and options for every Oracle SQL command supported by Oracle 9.2 from ALTER CLUSTER to UPDATE, in alphabetical order. We have used standard "railroad" syntax diagrams to make it easy to follow the options and syntax required.
  • Chapter 3—is a listing of the data dictionary views that are a part of every DBA's life, and the dynamic performance tables that provide a wealth of information about what is happening inside the database. In the interest of keeping to our design goal of making this a short, easy-to-use and quick reference, we stuck to a simple listing of the tables and views here. The names make it pretty clear what each covers, and as working DBAs we've found that's really all we need. Once we know the name, a simple DESCRIBE will get the rest.

A note on the syntax diagrams in Chapter 2. Certain clauses show up across a wide range of commands with no change in the syntax or options they support. In order to keep the diagrams as simple as possible, we have grouped those clauses at the end of the chapter under "Common." The clauses covered there are:

  • Allocate Extent
  • Constraints
  • Deallocate Unused
  • File Specification
  • Logging
  • Parallel
  • Physical Attributes
  • Storage

Within each command, we have broken out the syntax for the less common clauses immediately following the main command. This enables a simpler and more readable diagram while providing full information. We have underlined the names of subordinate clauses in the diagrams to make it clear that you need to break out of the main diagram for the syntax to that clause.

Talk To Us

We have made every attempt in this short volume to provide as complete a reference as we could, always with the goal of keeping it quick and easy to find the information you need. Our goal was to give the working Oracle DBA a tool that would make them more productive and we sincerely hope you find it useful. Every effort has been made to be both complete and accurate. If you do find an error or omission or have any comment on the book, we very much want to hear from you. Please write us. We don't promise to answer every question or comment, but we do read them and very much appreciate them.

Read More Show Less

Customer Reviews

Average Rating 4
( 1 )
Rating Distribution

5 Star

(0)

4 Star

(1)

3 Star

(0)

2 Star

(0)

1 Star

(0)
Sort by: Showing 1 Customer Reviews
  • Anonymous

    Posted Thu Jul 24 00:00:00 EDT 2003

    Clear and simple to use

    Remember the early days of Oracle's products? Now we've reached the heights of Oracle 9i. How things are grown. The multiple table joins; the many obscure syntactical variants added by what are now centuries of person years of coding. Perhaps it is inevitable that any successful software will continually add refinements that increase its capabilities, but usually this is done at a concomitant loss of simplicity. Typically you as a database administrator will rarely use most features. But how to find the occasional rarity that you need, and have forgotten (or perhaps never knew)? By definition, the vendor's manuals are authoritative. But often these fall short in usability or pedagogy. (Oracle is by no means alone in this.) So here, Russel and Cordingley give you an independent, simple index into 9i. A quick perusal shows no index. But a second look shows that the entire book is really a graphical index into, and a refresher of, the command syntax. Like conventional indices, the book does not attempt to explain its entries. For example, on page 146, we see a graph for 'add hash substitution'. They assume you know what this means, but that you need a quick reminder of HOW to invoke it. Given that you have the database and its online help accessible (otherwise why would you need this book?), this is a fair assumption. Clearly, you can consult the online or hardcopy documentation for more information. The stress in the book is on simplicity. There is a little irony here. A database is a means whereby you can store data in a silo and easily get summaries and subsets ('views') of it. When you strip away the technical jargon, every database package aspires to this. If you regard the commands and capabilities of a database as data (or metadata), then you cannot usually change these. But how do you get summaries and views of THIS data? That is what the vendor's online help and documentation is all about. The irony about this book is not that it was written, but that it was not written by Oracle. The vendor's raison d'etre is to provide tools for access to information. But here, others have seen a need to write another tool to get at the vendor's own data.

    Was this review helpful? Yes  No   Report this review
Sort by: Showing 1 Customer Reviews

If you find inappropriate content, please report it to Barnes & Noble
Why is this product inappropriate?
Comments (optional)