Oracle SQL*Loader: The Definitive Guide

  Author:    Jonathan Gennick, Sanjay Mishra
  ISBN:    1565929489
  Sales Rank:    372912
  Published:    2001-04-15
  Publisher:    O'Reilly Media, Inc.
  # Pages:    272
  Binding:    Paperback
  Avg. Rating:    5.0 based on 12 reviews
  Used Offers:    8 from $10.11
  Amazon Price:    $31.19
  (Data above last updated:  2008-11-29 05:56:21 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Oracle SQL*Loader: The Definitive Guide
  
SQL*Loader is a ubiquitous tool in the Oracle world. It has been shipped with Oracle since at least Version 6 and continues to be supported and enhanced with each new version of Oracle, including Oracle8 and Oracle8i. The job of SQL*Loader is to load data from flat files into an Oracle database. It's optimized for loading large volumes of data, and is flexible enough to handle virtually any input format. Almost every Oracle user has to use SQL*Loader at one time or another, and DBAs are frequently called upon to load data for the users in their organization. Despite SQL*Loader's wide availability and usage, few DBAs and developers know how to get the most out of it. Oracle SQL*Loader: The Definitive Guide has everything you need to know to put SQL*Loader to its best use: an introduction to SQL*Loader, a reference to all of its syntax options, and most importantly, step-by-step instructions for all the SQL*Loader tasks you'd want to perform--and maybe some you didn't realize you COULD perform. You'll learn how to construct the necessary control files and load from different types of files containing different types of data (e.g., fixed-width data, delimited data, and data of various datatypes). You'll also learn how to validate data, load it selectively, transform it as it is loaded, and recover after failure. This book explains how to optimize SQL*Loader performance by adjusting the transaction size and using the new direct path option. It also covers the newest SQL*Loader features--the loading of large object (LOB) columns and the new object types (nested tables, varying arrays, and object tables). Oracle SQL*Loader: The Definitive Guide is an indispensable resource for anyone who is new to SQL*Loader; a task-oriented learning tool for those who are already using it; and a quick reference for every user. If you want to take best advantage of an essential Oracle tool, you need this book.
                  Reader Reviews 1 - 14 of 14                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
10-09-08 5 (NA)
(Hide Review...)  An excellent book
Reviewer Permalink
The authors have done a superb job of covering all corner cases that one might encounter while loading data in the database. The text is sprinkled with practical advise, do's & dont's

I am not sure if sqlloader development has kept up with the database development (i.e. if there exists a 10g version of the sqlloader to go with the 10g Oracle database). If so, then I wish they will come up with a second edition of the book.
(Review Data Last Updated: 2008-11-30 06:55:54 EST)
10-26-07 2 (NA)
(Hide Review...)  Where are the examples?
Reviewer Permalink
This book contains a somewhat disjointed overview of SQL*Loader. It starts to explain something and then shows one little example of a character column, for instance. But then there is nothing at all about what to do if the column is a number or date. It explains a lot but it shows little. A very frustrating book.

Oracle's SQL*Loader is fragile, counter-intuitive, dated, and hard to work with. If there were ANY other books available, I would try one of those instead.
(Review Data Last Updated: 2008-10-09 06:39:09 EST)
10-16-05 5 0\1
(Hide Review...)  Good intro to SQL Loader
Reviewer Permalink
This little book is a lifesaver. I have benefitted a lot from the examples provided in this book. SQL Loader can be hard but very easy if you have a guide like this book.
(Review Data Last Updated: 2007-10-26 23:04:53 EST)
10-15-05 5 0\1
(Hide Review...)  Good intro to SQL Loader
Reviewer Permalink
This little book is a lifesaver. I have benefitted a lot from the examples provided in this book. SQL Loader can be hard but very easy if you have a guide like this book.
(Review Data Last Updated: 2007-04-11 10:37:49 EST)
12-08-04 5 2\2
(Hide Review...)  No Bull straight to the point
Reviewer Permalink
I have been dealing with databases for over three years now.
Right now I am doing Siebel Consulting in which Enterprise Integration Module(EIM) is responsible for data transfer from any source to Sieble database. I came across a requirement where I had to use Oracle SQL Loader, so I went looking for a good book.
This 250 page book tells you everything you need to know about SQL Loader in less time than any other. Lots of code and real time examples.
Worth having as ref book for all DBAs or even developers.
Five Stars for sure.
(Review Data Last Updated: 2007-07-08 20:07:37 EST)
02-19-04 5 4\4
(Hide Review...)  Comprehensive info on SQL Loader all in one place
Reviewer Permalink
I searched through several manuals and guides on Oracle only to discover that very few cover the SQL Loader tool in great detail. This book does so, and in a way that's fairly easy to read. It is a huge benefit over the sparse 2-3 pages of documentation you'll typically find elsewhere.
(Review Data Last Updated: 2007-07-08 20:07:37 EST)
07-06-03 4 3\3
(Hide Review...)  Start with this book and then go to the Oracle Docs
Reviewer Permalink
This is the place to start if you want to know about SQL*Loader. The authors do a great job on covering how to use SQL*Loader and all the little nuances that it has. They also sprinkles in some good advise on how to handle situation that will probably come up when you use SQL*Loader. The back cover of the book indicates that it is updated for Oracle 9i. I have a little reservation about that because the book was written with an early release of Oracle 9i (it states so on page xii and xii).

Bottom line: start with this book for the easy read and clear explanations. Then go to the Oracle 9i doc for the updates like the Control File being expanded to include new parameters.

(Review Data Last Updated: 2007-07-08 20:07:37 EST)
03-16-03 4 3\4
(Hide Review...)  A Nice Introduction to SQL Loader
Reviewer Permalink
This is a good book for anyone needing or wanting to learn more about SQL Loader. The book begins by laying the foundation for SQL Loader and discussing "The Mysterious Control File". After that it discusses the two types of files that can be loaded - fixed lenght and delimited files. With the basics covered, the authors turn to error recovery and advanced features such as selective loading and direct path loads. After reading this book, you should have a good idea of what SQL Loader can and cannot do along with some of the finer points of when to and not to use SQL Loader. A knowledge of Oracle SQL is really all that is required to understand the material presented. This book is a must have for any shop using Oracle for their database.
(Review Data Last Updated: 2007-07-08 20:07:37 EST)
03-15-03 4 3\4
(Hide Review...)  A Nice Introduction to SQL Loader
Reviewer Permalink
This is a good book for anyone needing or wanting to learn more about SQL Loader. The book begins by laying the foundation for SQL Loader and discussing "The Mysterious Control File". After that it discusses the two types of files that can be loaded - fixed lenght and delimited files. With the basics covered, the authors turn to error recovery and advanced features such as selective loading and direct path loads. After reading this book, you should have a good idea of what SQL Loader can and cannot do along with some of the finer points of when to and not to use SQL Loader. A knowledge of Oracle SQL is really all that is required to understand the material presented. This book is a must have for any shop using Oracle for their database.
(Review Data Last Updated: 2006-07-05 14:58:28 EST)
01-06-03 4 2\3
(Hide Review...)  Very easy to use, but doesn't omits some info
Reviewer Permalink
This is a great book for the occaisional SQLLoad user--it'll tell you everything you need to know to use the tool, but after taking some oracle certification courses, I discovered more about the SQLLoader utility that's not covered in this book. I'm sure Oracle publishes a better book, but this one should suit you fine.
(Review Data Last Updated: 2007-07-08 20:07:37 EST)
11-18-02 4 1\1
(Hide Review...)  Must-Have for Oracle Programmers
Reviewer Permalink
This is not light reading, but it's a great reference and much better than the Oracle manuals on SQL Loader.
(Review Data Last Updated: 2006-07-05 14:58:28 EST)
09-02-02 5 2\2
(Hide Review...)  Comprehensive reference
Reviewer Permalink
Useful for both new and experienced Oracle DBAs and developers.
Initially, some co-workers scoffed, saying that the topic of SQL Loader does not need an entire book on the subject. However, after they looked at my copy, they changed their minds, and wanted to borrow it.
(Review Data Last Updated: 2006-07-05 14:58:28 EST)
03-01-02 5 4\5
(Hide Review...)  Sql ldr
Reviewer Permalink
Very good book on SQL loader. Eveything is in one place and easy to find. Answered all my questions and I got a few ideas about other ways to use SQL loader.
(Review Data Last Updated: 2006-07-05 14:58:28 EST)
06-30-01 5 22\22
(Hide Review...)  Clearly information collected into one handy reference
Reviewer Permalink
Although Oracle does a reasonable job of clearly explaining SQL*Loader, this guide takes it a giant leap forward. First it collects everything you ever needed or wanted to know about SQL*Loader into a 251 page reference. It's written in a friendlier fashion than Oracle's documentation, and with more examples that are better written. On the whole, this promotes a better understanding of SQL*Loader, its strengths and limitations, and will allow DBAs to master every facet and nuance of this powerful tool. Considering the damage that can be inflicted on a production database if SQL*Loader is improperly used, all DBAs who use this tool to load data (and who doesn't?) should read this book and have a copy on their desk.

Another use for this book is as a training aid for new DBAs and as the basis for database administration policies and procedures that spell out when and how to load data into a production system. It also contains a wealth of information that can be incorporated into change control implementation and rollback plans when massive updates need to be performed. I like the thorough treatment, the fact that it's up-to-date, and the advice and tips that are imparted throughout this book. It's definitely a good addition to your professional library.

(Review Data Last Updated: 2006-07-05 14:58:28 EST)
  
                  Reader Reviews 1 - 14 of 14                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)