Oracle DBA SQL Quick Reference

Oracle DBA SQL Quick Reference
Author: Charlie Russel
Publisher: Prentice Hall Professional
Total Pages: 566
Release: 2003
Genre: Computers
ISBN: 9780131403031

Covering the core of the day-to-day tasks most DBA's are responsible for, this is the perfect complement to all SQL tutorials available. The book also provides syntax diagrams and SQL commands in alphabetical order.

Oracle DBA Pocket Guide

Oracle DBA Pocket Guide
Author: David Kreines
Publisher: "O'Reilly Media, Inc."
Total Pages: 153
Release: 2005-08-08
Genre: Computers
ISBN: 0596100493

A pocket guide that provides useful information about Oracle database administration including software options, installation and initialization, key concepts, and commands.

Oracle DBA Automation Quick Reference

Oracle DBA Automation Quick Reference
Author: Charlie Russel
Publisher: Prentice Hall Professional
Total Pages: 296
Release: 2004
Genre: Database management
ISBN: 9780131403017

With concise coverage of both Oracle 9i and Oracle 10g, this is the ideal reference for the professional DBA on how to use Perl to automate database tasks. The book covers language selection and concepts, including basic scripting concepts.

Oracle SQL*Plus Pocket Reference

Oracle SQL*Plus Pocket Reference
Author: Jonathan Gennick
Publisher: "O'Reilly Media, Inc."
Total Pages: 155
Release: 2004-11-11
Genre: Computers
ISBN: 0596008856

SQL*Plus is an interactive query tool that's ubiquitous in the Oracle world. It's available at every Oracle site-from the largest data warehouse to the smallest single-user system-and it's a critical tool for virtually every Oracle user. The third edition of this popular pocket guide provides quick reference information on SQL*Plus syntax and format elements, including new Oracle Database 10g features. It concisely describes interacting with SQL*Plus, formatting both text and HTML reports with SQL*Plus, and tuning SQL queries using both optimizer hints and the plan table. This new edition covers browser-based iSQL*Plus, the ability to generate HTML, new commands and SET options, and much more. It also contains expanded information on the SQL statements most commonly issued from SQL*Plus (Select, Insert, Update, Delete, Merge, Commit, Rollback, Savepoint, Set Transaction) and adds coverage of new SQL features such as the Oracle Database 10g Select statement's Model clause, flashback queries, partition outer joins, and DBMS_XPLAN. Book jacket.

Oracle SQL

Oracle SQL
Author: David C. Kreines
Publisher: "O'Reilly Media, Inc."
Total Pages: 428
Release: 2000
Genre: Computers
ISBN: 9781565926974

SQL (Structured Query Language), the heart of a relational database management system, is the language used to query the database, to create new tables in the database, to update and delete fields, and to set access privileges. Aimed at everyone who needs to access an Oracle database using SQL, including developers, DBAs, designers, and managers, this book delivers all the information they need to know about standard SQL, and Oracle's extensions to it.

Oracle SQL Tuning Pocket Reference

Oracle SQL Tuning Pocket Reference
Author: Mark Gurry
Publisher: "O'Reilly Media, Inc."
Total Pages: 113
Release: 2002-01-01
Genre: Computers
ISBN: 0596552130

One of the most important challenges faced by Oracle database administrators and Oracle developers is the need to tune SQL statements so that they execute efficiently. Poorly tuned SQL statements are one of the leading causes of substandard database performance and poor response time. SQL statements that perform poorly result in frustration for users, and can even prevent a company from serving its customers in a timely manner. In this book, Mark Gurry shares his in-depth knowledge of Oracle's SQL statement optimizers. Mark's knowledge is the result of many hard-fought tuning battles during his many years of providing Oracle tuning services to clients. Mark provides insights into the workings of the rule-based optimizer that go well beyond what the rules tell you. Mark also provides solutions to many common problems that occur with both the rule-based and cost-based optimizers. In addition to the specific problem/solution scenarios for the optimizers, Mark provides a number of handy SQL tuning tips. He discusses the various optimizer hints, telling you when they can be used to good effect. Finally, Mark discusses the use of the DBMS_STATS package to manage database statistics, and the use of outlines to specify execution plans for SQL statements in third-party applications that you can't otherwise modify.

Oracle Database Administration: The Essential Refe

Oracle Database Administration: The Essential Refe
Author: David Kreines
Publisher: O'Reilly Media, Incorporated
Total Pages: 586
Release: 1999-04-14
Genre: Computers
ISBN: 9781565925168

Oracle database administration requires a vast amount of information and an ability to perform a myriad of tasks--from installation to tuning to network troubleshooting to overall daily administration. Oracle provides many tools for performing these tasks; the trick is knowing what tool is right for the job, what commands you need to issue (and when), and what parameters and privileges you need to set. And, as every DBA knows, you need to know how do all this under pressure, while you face crisis after crisis. This book provides a concise reference to the enormous store of information an Oracle DBA needs every day (as well as what's needed only when disaster strikes). It's crammed full of quick-reference tables, task lists, and other summary material that both novice and expert DBAs will use time and time again. It covers the commands and operations new to Oracle8, but also provides Oracle7 information for sites still running earlier versions. Oracle Database Administration provides two types of material: DBA tasks--chapters summarizing how to perform critical DBA functions: installation, performance tuning, preventing data loss, networking, security and monitoring, auditing, query optimization, and the use of various Oracle tools and utilities DBA reference--chapters providing a quick reference to the Oracle instance and database, the initialization (INIT.ORA) parameters, the SQL statements commonly used by DBAs, the data dictionary tables, the system privileges and roles, and the SQL*Plus, Export, Import, and SQL*Loader syntax The book also includes a resource summary with references to additional books, Web sites, and other online and offline resources of special use to Oracle DBAs. Oracle Database Administration is the single essential reference you'll turn to again and again. If you must choose only one book to use at the office, keep at home, or carry to a site you're troubleshooting, this will be that book.

Oracle Data Dictionary Pocket Reference

Oracle Data Dictionary Pocket Reference
Author: David C. Kreines
Publisher: "O'Reilly Media, Inc."
Total Pages: 147
Release: 2003-04-28
Genre: Computers
ISBN: 1449366805

If you work with Oracle, then you don't need to be told that the data dictionary is large and complex, and grows larger with each new Oracle release. It's one of the basic elements of the Oracle database you interact with regularly, but the sheer number of tables and views makes it difficult to remember which view you need, much less the name of the specific column. Want to make it simpler? The Oracle Data Dictionary Pocket Reference puts all the information you need right at your fingertips. Its handy and compact format lets you locate the table and view you need effortlessly without stopping to interrupt your workOracle Data Dictionary Pocket Reference gives DBAs and developers at any level quick and easy access to the data dictionary in Oracle's latest database, Oracle9i. This pocket-sized book provides a complete list of the most commonly used tables and views in the Oracle9i data dictionary, intelligently arranged for quick reference. It also includes column names and descriptions for each of the tables and views, as well as helpful tips, warnings, and usage examples.O'Reilly's Pocket References have become a favorite among developers and database administrators everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and want to check your facts quickly, the Oracle Data Dictionary Pocket Reference is the book to have close by.

SQL in a Nutshell

SQL in a Nutshell
Author: Kevin Kline
Publisher: "O'Reilly Media, Inc."
Total Pages: 714
Release: 2004-09-24
Genre: Computers
ISBN: 1449378935

SQL in a Nutshell applies the eminently useful "Nutshell" format to Structured Query Language (SQL), the elegant--but complex--descriptive language that is used to create and manipulate large stores of data. For SQL programmers, analysts, and database administrators, the new second edition of SQL in a Nutshell is the essential date language reference for the world's top SQL database products. SQL in a Nutshell is a lean, focused, and thoroughly comprehensive reference for those who live in a deadline-driven world.This invaluable desktop quick reference drills down and documents every SQL command and how to use it in both commercial (Oracle, DB2, and Microsoft SQL Server) and open source implementations (PostgreSQL, and MySQL). It describes every command and reference and includes the command syntax (by vendor, if the syntax differs across implementations), a clear description, and practical examples that illustrate important concepts and uses. And it also explains how the leading commercial and open sources database product implement SQL. This wealth of information is packed into a succinct, comprehensive, and extraordinarily easy-to-use format that covers the SQL syntax of no less than 4 different databases.When you need fast, accurate, detailed, and up-to-date SQL information, SQL in a Nutshell, Second Edition will be the quick reference you'll reach for every time. SQL in a Nutshell is small enough to keep by your keyboard, and concise (as well as clearly organized) enough that you can look up the syntax you need quickly without having to wade through a lot of useless fluff. You won't want to work on a project involving SQL without it.

Oracle SQL*Plus

Oracle SQL*Plus
Author: Jonathan Gennick
Publisher: O'Reilly Media
Total Pages: 104
Release: 2000
Genre: Computers
ISBN:

Despite the wide use of SQL *Plus, few developers and database administrators know how powerful it really is. And the syntax can sometimes be tricky. This portable guide provides a quick reference to subjects such as interacting with SQL *Plus, selecting data, formatting reports, writing scripting, and tuning SQL. There's also a command reference.