Oracle Database 11g : New Features for DBAs and Developers and over one million other books are available for Amazon Kindle. Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Like New See details
$26.33 & this item ships for FREE with Super Saver Shipping. Details

or
Sign in to turn on 1-Click ordering.
 
   
Sell Back Your Copy
For a $3.80 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Oracle Database 11g: New Features for DBAs and Developers (Expert's Voice in Oracle)
 
 
Start reading Oracle Database 11g : New Features for DBAs and Developers on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Oracle Database 11g: New Features for DBAs and Developers (Expert's Voice in Oracle) [Paperback]

R. Sam Alapati (Author), Charles Kim (Author)
3.9 out of 5 stars  See all reviews (10 customer reviews)

List Price: $44.99
Price: $32.84 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.15 (27%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $28.44  
Paperback $32.84  
Sell Back Your Copy for $3.80
Whether you buy it used on Amazon for $16.48 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $3.80.
Used Price$16.48
Trade-in Price$3.80
Price after
Trade-in
$12.68

Book Description

1590599101 978-1590599105 November 15, 2007 1

Oracle Database 11g: New Features gives readers the lowdown on the most important new features in the latest release of Oracle's flagship database product. Authors Sam Alapati and Charles Kim are experienced database administrators who go beyond regurgitating Oracle's new feature documentation to report on “what's new that really matters.” Readers whose careers are bound up in Oracle's database system need to know what's new. Sam and Charles deliver with a rigor and candor that will help readers choose the best of the new features to apply in their own environments.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Oracle Database 11g: New Features for DBAs and Developers (Expert's Voice in Oracle) + Oracle Database 11g New Features (Oracle Press) + Oracle Database 11g The Complete Reference (Oracle Press)
Price For All Three: $97.81

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Oracle Database 11g New Features (Oracle Press) $24.69

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • Oracle Database 11g The Complete Reference (Oracle Press) $40.28

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

Sam R. Alapati is an experienced Oracle database administrator who holds the Oracle OCP DBA and the Hewlett-Packard UNIX System Administrator certifications. He currently manages Oracle databases at the Boy Scouts of America National Headquarters in Los Colinas, Texas. Alapati has been dealing with databases for a long time, including the Ingres RDBMS in the mid 1980s. He is also well versed in the Microsoft SQL Server, Sybase, and IBM DB2 database management systems.

Charles Kim is the Chief Oracle Database Engineering Counsel at Fidelity Information Services, providing technical guidance and leading the Oracle SWAT team. Charles helps appraise and identify Oracle database operational deficiencies and infrastructure improvement needs and works with the Resource Manager of each Oracle database area to define and execute the remedy and mitigation plans. In addition, Charles provides technical leadership in strengthening and standardizing the database infrastructure foundation across all FIS/FTS (Fidelity Technology Solutions) Oracle database areas. In his spare time, Charles runs the dbaexpert.com website, which provides technical solutions to Oracle DBAs and developers.


Product Details

  • Paperback: 632 pages
  • Publisher: Apress; 1 edition (November 15, 2007)
  • Language: English
  • ISBN-10: 1590599101
  • ISBN-13: 978-1590599105
  • Product Dimensions: 9.2 x 7.1 x 1.3 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #666,742 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

10 Reviews
5 star:
 (4)
4 star:
 (1)
3 star:
 (5)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.9 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

20 of 22 people found the following review helpful:
3.0 out of 5 stars It's ok. Problems with examples and incorrect information, December 29, 2007
By 
LoveOracleBooks (Probably traveling somewhere, USA) - See all my reviews
This review is from: Oracle Database 11g: New Features for DBAs and Developers (Expert's Voice in Oracle) (Paperback)
I was very excited to get this book. I like to stay current on Oracle database product changes. There is a great deal of information here (I have the other New Features book from Freeman but have not read it yet).

I have found a few problems with the text (I'm still reading it to be honest). First, several of the examples have errors in the code and generated errors when I tried to run them.

One such case is on page 146. A SQL query demonstrated there has some two obvious SQL errors. Clearly it was not tested, because it could not have run without an error (it bombed on me).

Another example is on page 166 where we find dbms_scheduelr instead of dbms_scheduler. A typo, yes, but one easily caught if the examples were tested.

Another example is on page 165 with a call to dbms_scheduler.set_attribute which has a typo. There are others, but you get the idea. It would also be nice if the code was available online somewhere.

The bottom line is that it seems that at least part of this code was not tested.

It also seems that the authors wrote part of this book on the 11g beta. I ran into one problem with the discussion on invisible indexes. The book indicates that you can use hints to force the use of an invisible index. When I tried this, it did not work (this drove me crazy as I was wondering what I was doing wrong!). After some research I found out that this was true in the beta but was not true in the final production cut of Oracle. Another example of what I think is a beta leftover has to do with SQL Query Result Caching. When I was trying this feature I found I could not set result_cache_mode to AUTO as documented in the book (page 176). When I looked in the Oracle documentation I found that AUTO was not a supported value.

Another problem I have is that examples are incomplete. For example, on page 162 there is a discussion on lightweight jobs. The examples are incomplete. I had to go figure out how to create a program (I had not used the scheduler before to be honest) before I could create the lightweight job. I spent about an hour fiddling with this, because another thing not pointed out by the author (or clearly in the documentation to be honest) are the restrictions on lightweight jobs. I know it's a new features book, and maybe I should know the scheduler, but I think at least the examples should be self-contained if possible.

Another twist appears on page 329. The author talks about a new feature that will eliminate failed loads on external tables. The only problem is that he does not give us any detail on how to actually use this new feature. Instead we get an example of how to create a table in Oracle 10g and he moves on to other features.

In the end, 3 stars seems about right to me. A lot of work went into this book, and I think I learned quite a bit about 11g, but I question now some of what I learned based on problems I've run into. I'll be reading the Freeman book mentioned by another review, shortly. It should provide a good contrast and check and balance.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
3.0 out of 5 stars very good book written in a hurry, January 12, 2008
This review is from: Oracle Database 11g: New Features for DBAs and Developers (Expert's Voice in Oracle) (Paperback)
I selected this book because it's written by Alapati. I've read excellent books before by this author. Unluckily, this one is not among them.
I've finished reading the first three chapters and so far I found too many typing errors, errors in the code and unprecise statements. Obviously it was written in hurry.
All in all, this book does its purpose to me to learn Oracle 11g new features but I expected higher quality from Alapati and Apress.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Kindle version illustrations impossible (nearly) to read, April 11, 2010
By 
This review is from: Oracle Database 11g: New Features for DBAs and Developers (Expert's Voice in Oracle) (Paperback)
Taking into account the shortcomings of this book detailed in previous reviews, I found that there were really no alternatives to read while travelling if I wanted to prepare for the 11g upgrade exam. The book is OK to read, but since I was on the road, I opted for the Kindle version. I found that there is a technical problem with doing this, as the illustrations that include text (screen shots, report illustrations) are nearly impossible to read on a Kindle! I believe that the text has been reviewed adequately in the previous posts, but I hadn't seen this warning before... so people can keep this in mind when in the same situation I was in and contemplate a Kindle version rather than the hard copy. Also, you don't (obviously) get the referenced CD with the Kindle.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
data recovery advisor, reset time, installed products, database buffers, parallel execution, user alias, server result cache, query standby database, diskgroup data, base recovery catalog, physical standby database, clusterware upgrade, remote external job, source recovery catalog, redo log deletion policy, adrci commands, flashback data, multisection backups, virtual private catalog, snapshot standby mode, synchronous capture, target database control file, advise failure command, list failure command, logical standby database
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Oracle Database, Data Pump, Data Guard, Database Control, Tuning Advisor, Performance Analyzer, Support Workbench, Oracle Support, Access Advisor, Enterprise Manager, Oracle Streams, Health Monitor, Database Replay, Oracle Universal Installer, Oracle Wallet, Oracle Scheduler, Plan Management, Repair Advisor, Oracle Clusterware, Enterprise Edition Release, Tasty Pastries, Test Case Builder, Oracle Configuration Manager, Production With the Partitioning, Name Null
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject