Oracle SQL*Plus by Jonathan Gennick (1999, Trade Paperback)

US $9.99
ApproximatelyRM 41.93
or Best Offer
Condition:
Very Good
Good Pre-Owned Condition. No Bends or handwriting
Breathe easy. Free returns.
Shipping:
US $5.97 (approx RM 25.05) USPS Media MailTM.
Located in: Henderson, Nevada, United States
Delivery:
Estimated between Fri, 7 Nov and Wed, 12 Nov to 94104
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days return. Seller pays for return shipping.
Coverage:
Read item description or contact seller for details. See all detailsSee all details on coverage
(Not eligible for eBay purchase protection programmes)
Seller assumes all responsibility for this listing.
eBay item number:277487443459

Item specifics

Condition
Very Good
A book that has been read but is in excellent condition. No obvious damage to the cover, with the dust jacket included for hard covers. No missing or damaged pages, no creases or tears, and no underlining/highlighting of text or writing in the margins. May be very minimal identifying marks on the inside cover. Very minimal wear and tear. See all condition definitionsopens in a new window or tab
Seller Notes
“Good Pre-Owned Condition. No Bends or handwriting”
Country of Origin
United States
Brand
Oreilly
ISBN
9781565925786
Category

About this product

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
1565925785
ISBN-13
9781565925786
eBay Product ID (ePID)
1837070

Product Key Features

Number of Pages
528 Pages
Language
English
Publication Name
Oracle Sql*Plus
Subject
Desktop Applications / Databases, Programming Languages / Sql, General, Databases / General
Publication Year
1999
Type
Textbook
Author
Jonathan Gennick
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
28.5 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
00-267560
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.13/3
Table Of Content
Preface; Why I Wrote This Book; Objectives of This Book; Structure of This Book; Audience; Obtaining the Scripts and Sample Data; Conventions Used in This Book; Which Platform and Version?; How to Contact Us; Acknowledgments;Chapter 1: Introduction to SQL*Plus; 1.1 What Is SQL*Plus?; 1.2 History of SQL*Plus; 1.3 Why Master SQL*Plus?; 1.4 Creating and Loading the Sample Tables;Chapter 2: Interacting with SQL*Plus; 2.1 Starting SQL*Plus; 2.2 Some Basic SQL*Plus Commands; 2.3 Running SQL Queries; 2.4 Working with PL/SQL; 2.5 The SQL Buffer; 2.6 Line Editing; 2.7 Executing the Statement in the Buffer; 2.8 Saving and Retrieving the Buffer; 2.9 The EDIT Command; 2.10 Executing a Script; 2.11 The Working Directory;Chapter 3: Generating Reports with SQL*Plus; 3.1 Following a Methodology; 3.2 Saving Your Work; 3.3 Designing a Simple Report; 3.4 Advanced Report Formatting; 3.5 Totals and Subtotals; 3.6 Other Reporting Topics;Chapter 4: Writing SQL*Plus Scripts; 4.1 Why Write Scripts?; 4.2 Using Substitution Variables; 4.3 Prompting for Values; 4.4 Cleaning Up the Display; 4.5 Packaging Your Script; 4.6 The DEFINE and UNDEFINE Commands; 4.7 Controlling Variable Substitution; 4.8 Commenting Your Scripts;Chapter 5: Extracting and Loading Data; 5.1 Types of Output Files; 5.2 Limitations of SQL*Plus; 5.3 Extracting the Data; 5.4 Reloading the Data;Chapter 6: Exploring Your Database; 6.1 The DESCRIBE Command; 6.2 Oracle's Data Dictionary Views; 6.3 Tables; 6.4 Table Constraints; 6.5 Indexes; 6.6 Triggers; 6.7 Synonyms; 6.8 Table Security; 6.9 Finding More Information;Chapter 7: Advanced Scripting; 7.1 Bind Variables; 7.2 Branching in SQL*Plus; 7.3 Looping in SQL*Plus; 7.4 Validating and Parsing User Input; 7.5 Error Handling;Chapter 8: Tuning and Timing; 8.1 Using SQL*Plus Timers; 8.2 Using EXPLAIN PLAN; 8.3 Using AUTOTRACE; 8.4 Improving on EXPLAIN PLAN Results; 8.5 Where to Find More Tuning Information;Chapter 9: The Product User Profile; 9.1 What Is the Product User Profile?; 9.2 Using the Product User Profile;Chapter 10: Administration with SQL*Plus; 10.1 Connecting for Administrative Purposes; 10.2 Starting and Stopping a Database; 10.3 Looking at Your Database; 10.4 Database Backup and Recovery;Chapter 11: Customizing Your SQL*Plus Environment; 11.1 SQL*Plus Settings You Can Control; 11.2 The Site and User Profiles; 11.3 Environment Variable Settings; 11.4 The SET Command; 11.5 The SHOW Command;SQL*Plus Command Reference; SQLPLUS; Comment Delimiters (/*...*/); Double Hyphen (- -); At Sign (@); Double At Sign (@@); Forward Slash (/); ACCEPT; APPEND; ARCHIVE LOG; ATTRIBUTE; BREAK; BTITLE; CHANGE; CLEAR; COPY; COLUMN; COMPUTE; CONNECT; DEFINE; DEL; DESCRIBE; DISCONNECT; EDIT; EXECUTE; EXIT; GET; HELP; HOST; INPUT; LIST; PASSWORD; PAUSE; PRINT; PROMPT; QUIT; RECOVER; REMARK; REPFOOTER; REPHEADER; RUN; SAVE; SET; SHOW; SHUTDOWN; SPOOL; START; STARTUP; STORE; TIMING; TTITLE; UNDEFINE; VARIABLE; WHENEVER;SQL*Plus Format Elements; Formatting Numbers; Formatting Character Strings; Formatting Dates;Colophon;
Synopsis
This book is the definitive guide to SQLPlus. If you want to take best advantage of the power and flexibility of this popular Oracle tool, you need this book.SQLPlus is an interactive query tool that is ubiquitous in the Oracle world. It is present in every Oracle installation and is available to almost every Oracle developer and database administrator. SQLPlus has been shipped with Oracle since at least version 6. It continues to be supported and enhanced with each new version of Oracle, including Oracle8 and Oracle8i. It is still the only widely available tool for writing SQL scripts. Despite this wide availability and usage, few developers and DBAs know how powerful SQLPlus really is.This book introduces SQLPlus, includes a quick reference to all of its syntax options, and, most important, provides chapters that describe, in step-by-step fashion, how to perform all of the tasks that Oracle developers and DBAs want to perform with SQLPlus -- and maybe some they didn't realize they COULD perform with SQLPlus. You will learn how to write and execute script files, generate ad hoc reports, extract data from the database, query the data dictionary tables, customize your SQLPlus environment, and use the SQLPlus administrative features (new in Oracle8i).This book is an indispensable resource for readers who are new to SQLPlus, a task-oriented learning tool for those who are already using it, and a quick reference for every user.A table of contents follows: Preface Introduction to SQLPlus Interacting with SQLPlus Generating Reports with SQLPlus Writing SQLPlus Scripts Extracting Data with SQLPlus Exploring Your Database with SQLPlus Advanced Scripting Tuning and Timing The Product User Profile Administration with SQLPlus Customizing Your SQLPlus EnvironmentAppendicesA. SQLPlus Command ReferenceB. Connect Strings and the SQLPlus Command, This book is the definitive guide to SQLPlus. If you want to take best advantage of the power and flexibility of this popular Oracle tool, you need this book.SQLPlus is an interactive query tool that is ubiquitous in the Oracle world. It is present in every Oracle installation and is available to almost every Oracle developer and database administrator. SQLPlus has been shipped with Oracle since at least version 6. It continues to be supported and enhanced with each new version of Oracle, including Oracle8 and Oracle8i. It is still the only widely available tool for writing SQL scripts. Despite this wide availability and usage, few developers and DBAs know how powerful SQLPlus really is.This book introduces SQLPlus, includes a quick reference to all of its syntax options, and, most important, provides chapters that describe, in step-by-step fashion, how to perform all of the tasks that Oracle developers and DBAs want to perform with SQLPlus -- and maybe some they didn't realize they COULD perform with SQLPlus. You will learn how to write and execute script files, generate ad hoc reports, extract data from the database, query the data dictionary tables, customize your SQLPlus environment, and use the SQLPlus administrative features (new in Oracle8i).This book is an indispensable resource for readers who are new to SQLPlus, a task-oriented learning tool for those who are already using it, and a quick reference for every user.A table of contents follows: Preface Introduction to SQLPlus Interacting with SQLPlus Generating Reports with SQLPlus Writing SQLPlus Scripts Extracting Data with SQLPlus Exploring Your Database with SQLPlus Advanced Scripting Tuning and Timing The Product User Profile Administration with SQLPlus Customizing Your SQLPlus Environment Appendices A. SQLPlus Command Reference B. Connect Strings and the SQLPlus Command
LC Classification Number
QA76.73.S67G46 1999

Item description from the seller

About this seller

ForYourConsideration

100% positive feedback628 items sold

Joined May 2002
Usually responds within 24 hours
We are a family-owned business and are passionate about providing our customers with high-quality products at affordable prices.We offer a wide variety of women's clothing, including dresses, skirts, ...
See more

Detailed Seller Ratings

Average for the last 12 months
Accurate description
4.9
Reasonable shipping cost
4.9
Shipping speed
5.0
Communication
5.0

Seller feedback (219)

All ratingsselected
Positive
Neutral
Negative
  • u***e (1927)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Smooth transaction, promptly processed, really well wrapped, better than described, arrived very quickly and in perfect condition!. Very satisfied.
  • n***i (171)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Shipped fast, great value, just as described, thanks!
  • w***n (3437)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Ultra fast shipment! Awesome value for t-shirt exactly as described! Thank You!