A step-by-step guide of all the tasks that Oracle developers and DBAs need to perform with SQL*Loader. Readable and informative, this reference is a task-oriented learning tool for those already using this utility.
Jonathan Gennick Books






SQL Pocket Guide
- 206 pages
- 8 hours of reading
If you're a programmer or database administrator who uses SQL in your day-to-day work, this popular pocket guide is the ideal on-the-job reference. You'll find many examples that address the language's complexity, along with key aspects of SQL used in IBM DB2 Release 9.7, MySQL 5.1, Oracle Database 11g Release 2, PostgreSQL 9.0, and Microsoft SQL Server 2008 Release 2. SQL Pocket Guide describes how these database systems implement SQL syntax for querying, managing transactions, and making changes to data. It also shows how the systems use SQL functions, regular expression syntax, and type conversion functions and formats. All example SQL statements in this book execute against a set of tables, with data that you can quickly download. The third edition covers important database changes, including: Oracle's support of the recursive WITH syntax, and addition of PIVOT and UNPIVOT operators Functions new to Oracle, such as LISTAGG, NTH_VALUE, and more PostgreSQL’s support of recursive WITH and some window functions DB2 syntax and datatypes, some compatible with Oracle MySQL features such as the TIMESTAMP type and the TO_SECONDS function
This pocket reference offers reference information that should help you use SQL Plus, Oracle's interactive query tool. It summarizes all of the SQL Plus syntax, including the syntax for new Oracle8i release 8.1.6 features.
Support for regular expressions in SQL and PL/SQL is one of the most exciting features of Oracle Database 10G. Oracle has long supported the ANSI-standard LIKE predicate for rudimentary pattern matching, but regular expressions take pattern matching to a new level. They provide a powerful way to select data that matches a pattern, as well as to manipulate, rearrange, and change that data. This concise pocket guide is part tutorial and part quick-reference. It's suitable for those who have never used regular expressions before, as well as those who have experience with Perl and other languages supporting regular expressions. The book describes Oracle Database 10G's support for regular expressions, including globalization support and differences between Perl's syntax and the POSIX syntax supported by Oracle 10G. It also provides a comprehensive reference, including examples, to all supported regular expression operators, functions, and error messages. 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. Whether you're using regular expressions for the first time or applying your skills from other languages to the latest version of Oracle, the Oracle Regular Expressions Pocket Reference is the book to have close by.
A guide to SQL*Plus, Oracle's interactive query tool. The text introduces SQL*Plus, provides a syntax quick reference, and describes how to develop and test SQL queries, generate ad hoc reports, execute script files, extract data from the database, query the data dictionary tables and more.
Oracle DBA Checklists. Pocket Reference
- 80 pages
- 3 hours of reading
Oracle database administration is a complex and stressful job. In a series of easy-to-use checklists, this concise pocket reference summarizes the enormous number of tasks you must perform as an Oracle DBA. Each section takes a step-by-step "cookbook" approach to presenting DBA quick-reference material. The Oracle DBA Checklists Pocket Reference is divided into three major sections covering the main areas of an Oracle DBA's This book's quick-reference, step-by-step approach takes the stress out of DBA problem solving by making it easy to find the information you need--and find it fast.
SQL*Plus ist ein interaktives Abfrage-Tool, das in der Oracle-Welt allgegenwärtig ist. Es ist auf jedem Oracle-System verfügbar - ob es sich um ein riesiges Data Warehouse oder ein kleines Einbenutzer-System handelt - und ist ein unverzichtbares Werkzeug für fast jeden Oracle-Benutzer. Diese 3. Auflage von Oracle SQL*Plus - kurz & gut enthält alle Informationen, die benötigt werden, um SQL*Plus effektiv einzusetzen. Das Buch umfasst eine vollständige Referenz der SQL*Plus-Befehle und -Formatelemente und geht auf die neuen Features von Oracle 10g ein. Behandelt werden jetzt auch das browserbasierte Tool iSQL*Plus, die Generierung von HTML sowie neue Befehle und SET-Optionen. Aus dem Inhalt: * Interaktion mit SQL*Plus * Formatieren von Text- und HTML-Berichten * Tuning von SQL-Abfragen mit Hilfe von Optimizer-Hints und der Plan-Tabelle * Verwendung wichtiger SQL-Anweisungen wie SELECT, INSERT, UPDATE, DELETE, MERGE * Transaktionsverwaltung mit COMMIT, ROLLBACK, SAVEPOINT, SET TRANSACTION * Oracle 10g-Features wie die MODEL-Klausel, Flashback-Abfragen, Partition-Outer-Joins und DBMS_XPLAN