Expert Oracle Practices

Download Expert Oracle Practices PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781430270058
Total Pages : 592 pages
Book Rating : 4.2/5 (7 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle Practices by : Pete Finnigan

Download or read book Expert Oracle Practices written by Pete Finnigan and published by Apress. This book was released on 2011-03-02 with total page 592 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is an anthology of effective database management techniques representing the collective wisdom of the OakTable Network. With an emphasis upon performance—but also branching into security, national language, and other issues—the book helps you deliver the most value for your company’s investment in Oracle Database technologies. You’ll learn to effectively plan for and monitor performance, to troubleshoot systematically when things go wrong, and to manage your database rather than letting it manage you.

Expert PL/SQL Practices

Download Expert PL/SQL Practices PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430234865
Total Pages : 507 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert PL/SQL Practices by : Michael Rosenblum

Download or read book Expert PL/SQL Practices written by Michael Rosenblum and published by Apress. This book was released on 2011-12-10 with total page 507 pages. Available in PDF, EPUB and Kindle. Book excerpt: Expert PL/SQL Practices is a book of collected wisdom on PL/SQL programming from some of the best and the brightest in the field. Each chapter is a deep-dive into a specific problem, technology, or feature set that you’ll face as a PL/SQL programmer. Each author has chosen their topic out of the strong belief that what they share can make a positive difference in the quality and scalability of code that you write. The path to mastery begins with syntax and the mechanics of writing statements to make things happen. If you’ve reached that point with PL/SQL, then let the authors of Expert PL/SQL Practices show you how to combine syntax and mechanics with features and techniques to really make the language sing. You’ll learn to do more with less effort, to write code that scales and performs well, and to eliminate and avoid defects. These authors are passionate about PL/SQL and the power it places at your disposal. They want you to succeed, to know all that PL/SQL can offer. Let Expert PL/SQL Practices open your eyes to the full power of Oracle’s world-class language for the database engine. Goes beyond the manual to cover good techniques and best practices Delivers knowledge usually gained only by hard experience Covers the functionality that distinguishes PL/SQL as a powerful and scalable programming language for deploying logic inside the database engine

Expert Oracle Practices

Download Expert Oracle Practices PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430226692
Total Pages : 583 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle Practices by : Pete Finnigan

Download or read book Expert Oracle Practices written by Pete Finnigan and published by Apress. This book was released on 2010-03-24 with total page 583 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is an anthology of effective database management techniques representing the collective wisdom of the OakTable Network. With an emphasis upon performance—but also branching into security, national language, and other issues—the book helps you deliver the most value for your company’s investment in Oracle Database technologies. You’ll learn to effectively plan for and monitor performance, to troubleshoot systematically when things go wrong, and to manage your database rather than letting it manage you.

Expert Oracle RAC 12c

Download Expert Oracle RAC 12c PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430250445
Total Pages : 454 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle RAC 12c by : Riyaj Shamsudeen

Download or read book Expert Oracle RAC 12c written by Riyaj Shamsudeen and published by Apress. This book was released on 2013-08-13 with total page 454 pages. Available in PDF, EPUB and Kindle. Book excerpt: Expert Oracle RAC 12c is a hands-on book helping you understand and implement Oracle Real Application Clusters (RAC), and to reduce the total-cost-of-ownership (TCO) of a RAC database. As a seasoned professional, you are probably aware of the importance of understanding the technical details behind the RAC stack. This book provides deep understanding of RAC concepts and implementation details that you can apply toward your day-to-day operational practices. You’ll be guided in troubleshooting and avoiding trouble in your installation. Successful RAC operation hinges upon a fast-performing network interconnect, and this book dedicates a chapter solely to that very important and easily overlooked topic. All four authors are experienced RAC engineers with a wealth of hard-won experience encountering and surmounting the challenges of running a RAC environment that delivers on its promise. In Expert Oracle RAC 12c they provide you a framework in which to avoid repeating their hard-won lessons. Their goal is for you to manage your own RAC environment with ease and expertise. Provides a deep conceptual understanding of RAC Provides best practices to implement RAC properly and match application workload Enables readers to troubleshoot RAC with ease What you’ll learn Know when to apply RAC, and when not to Design applications to take advantage of RAC Troubleshoot and solve clusterware problems Manage database backup and recovery in RAC Stay on top of locking issues and deadlock detection Harness the performance from parallel processing in RAC Support your RAC environment with a healthy network interconnect Who this book is for Expert Oracle RAC 12c is for experienced Oracle Database Administrators (DBAs) who are ready to take the next step in their career by expanding their skill set to include building and managing Oracle Real Application Clusters (RAC). DBAs and architects who are in the process of implementing RAC can immensely benefit from this book. It’s an excellent choice for DBAs to learn RAC conceptually, understand best practices, and become experts in troubleshooting RAC problems. Table of ContentsOverview of Oracle RAC Clusterware Management and Troubleshooting RAC Operational Practices RAC New Features Storage and ASM Practices Application Design Issues Managing and Optimizing a Complex RAC Environment Backup and Recovery in RAC Network Practices in RAC RAC Database Optimization Locks and Deadlocks Parallel Query in RAC Clusterware and Database Upgrades Oracle RAC One Node

Oracle PL/SQL Best Practices

Download Oracle PL/SQL Best Practices PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449378765
Total Pages : 207 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Oracle PL/SQL Best Practices by : Steven Feuerstein

Download or read book Oracle PL/SQL Best Practices written by Steven Feuerstein and published by "O'Reilly Media, Inc.". This book was released on 2001-04-09 with total page 207 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this book, Steven Feuerstein, widely recognized as one of the world's experts on the Oracle PL/SQL language, distills his many years of programming, writing, and teaching about PL/SQL into a set of PL/SQL language "best practices"--rules for writing code that is readable, maintainable, and efficient. Too often, developers focus on simply writing programs that run without errors--and ignore the impact of poorly written code upon both system performance and their ability (and their colleagues' ability) to maintain that code over time.Oracle PL/SQL Best Practices is a concise, easy-to-use reference to Feuerstein's recommendations for excellent PL/SQL coding. It answers the kinds of questions PL/SQL developers most frequently ask about their code: How should I format my code? What naming conventions, if any, should I use? How can I write my packages so they can be more easily maintained? What is the most efficient way to query information from the database? How can I get all the developers on my team to handle errors the same way? The book contains 120 best practices, divided by topic area. It's full of advice on the program development process, coding style, writing SQL in PL/SQL, data structures, control structures, exception handling, program and package construction, and built-in packages. It also contains a handy, pull-out quick reference card. As a helpful supplement to the text, code examples demonstrating each of the best practices are available on the O'Reilly web site.Oracle PL/SQL Best Practices is intended as a companion to O'Reilly's larger Oracle PL/SQL books. It's a compact, readable reference that you'll turn to again and again--a book that no serious developer can afford to be without.

Expert Oracle JDBC Programming

Download Expert Oracle JDBC Programming PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430200294
Total Pages : 723 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle JDBC Programming by : R.M. Menon

Download or read book Expert Oracle JDBC Programming written by R.M. Menon and published by Apress. This book was released on 2006-11-01 with total page 723 pages. Available in PDF, EPUB and Kindle. Book excerpt: * First book on the market that covers building high-performance Java applications on the Oracle database—using the latest versions of both the Oracle database (10g) and the JDBC API (3.0). * Promotes and explains an "anti black box" approach to Oracle development complete with benchmark code) that will allow developers to write highly efficient, high performance Oracle JDBC applications. * A new book from the prestigious OakTable Press, which Apress will be strongly promoting and supporting throughout 2004.

Expert Oracle Enterprise Manager 12c

Download Expert Oracle Enterprise Manager 12c PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430249390
Total Pages : 528 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle Enterprise Manager 12c by : Kellyn Pot'Vin

Download or read book Expert Oracle Enterprise Manager 12c written by Kellyn Pot'Vin and published by Apress. This book was released on 2013-08-13 with total page 528 pages. Available in PDF, EPUB and Kindle. Book excerpt: Enterprise Manager 12c (EM12c), Oracle’s newest and fully-integrated enterprise management product, now provides a complete cloud lifecycle management solution and enterprise environment management interface. Expert Oracle Enterprise Manager 12c opens up the secrets of this incredible management tool, saving you time while enhancing your visibility as someone management can rely upon to deliver reliable database service in today’s increasingly chaotic and change-driven IT environment. Expert Oracle Enterprise Manager 12c covers all the topics you demand and need to function effectively, from basic monitoring and configuration to advanced metric extensions and plugins. Real-life scenarios and demonstrations place you in the comfort zone of using the EM12c console, and the experienced author team provides deep understanding of the inner workings of this new Enterprise Manager. Database administrators and system administrators are expected to offer increasing levels of service for 24X7 systems and newer cloud environments. Em12c offers robust, end-to-end intelligent management of the complete environment. It includes direct, real-time integration with Oracle’s online knowledgebase. Expert Oracle Enterprise Manager 12c helps you master this important tool and manage any challenge that comes your way. Provides example solutions to everyday problems through EM12c features. Explains the changes in EM12c, included trusted extensions. Focuses on advanced aspects of the EM12c interface.

Expert One-on-One Oracle

Download Expert One-on-One Oracle PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781430212799
Total Pages : 1328 pages
Book Rating : 4.2/5 (127 download)

DOWNLOAD NOW!


Book Synopsis Expert One-on-One Oracle by : Thomas Kyte

Download or read book Expert One-on-One Oracle written by Thomas Kyte and published by Apress. This book was released on 2010-11-16 with total page 1328 pages. Available in PDF, EPUB and Kindle. Book excerpt: * A proven best-seller by the most recognized Oracle expert in the world. * The best Oracle book ever written. It defines what Oracle really is, and why it is so powerful. * Inspired by the thousands of questions Tom has answered on his http://asktom.oracle.com site. It tackles the problems that developers and DBAs struggle with every day. * Provides everything you need to know to program correctly with the database and exploit its feature-set effectively.

Expert Oracle Database Architecture

Download Expert Oracle Database Architecture PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781484274989
Total Pages : 1123 pages
Book Rating : 4.2/5 (749 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle Database Architecture by : Darl Kuhn

Download or read book Expert Oracle Database Architecture written by Darl Kuhn and published by Apress. This book was released on 2021-11-14 with total page 1123 pages. Available in PDF, EPUB and Kindle. Book excerpt: Now in its fourth edition and covering Oracle Database 21c, this best-selling book continues to bring you some of the best thinking on how to apply Oracle Database to produce scalable applications that perform well and deliver correct results. Tom Kyte and Darl Kuhn share a simple philosophy: "you can treat Oracle as a black box and just stick data into it, or you can understand how it works and exploit it as a powerful computing environment." If you choose the latter, then you’ll find that there are few information management problems that you cannot solve quickly and elegantly. This fully revised fourth edition covers the developments and new features up to Oracle Database 21c. Up-to-date features are covered for tables, indexes, data types, sequences, partitioning, data loading, temporary tables, and more. All the examples are demonstrated using modern techniques and are executed in container and pluggable databases. The book’s proof-by-example approach encourages you to let evidence be your guide. Try something. See the result. Understand why the result is what it is. Apply your newfound knowledge with confidence. The book covers features by explaining how each one works, how to implement software using it, and the common pitfalls associated with it. Don’t treat Oracle Database as a black box. Get this book. Dive deeply into Oracle Database’s most powerful features that many do not invest the time to learn about. Set yourself apart from your competition and turbo-charge your career. What You Will Learn Identify and effectively resolve application performance issues and bottlenecks Architect systems to leverage the full power and feature set of Oracle’s database engine Configure a database to maximize the use of memory structures and background processes Understand internal locking and latching technology and how it impacts your system Proactively recommend best practices around performance for table and index structures Take advantage of advanced features such as table partitioning and parallel execution Who This Book Is For Oracle developers and Oracle DBAs. If you’re a developer and want a stronger understanding of Oracle features and architecture that will enable your applications to scale regardless of the workload, this book is for you. If you’re a DBA and want to intelligently work with developers to design applications that effectively leverage Oracle technology, then look no further.

Oracle on VMware

Download Oracle on VMware PDF Online Free

Author :
Publisher : Rampant TechPress
ISBN 13 : 0979795141
Total Pages : 232 pages
Book Rating : 4.9/5 (797 download)

DOWNLOAD NOW!


Book Synopsis Oracle on VMware by : Bert Scalzo

Download or read book Oracle on VMware written by Bert Scalzo and published by Rampant TechPress. This book was released on 2008 with total page 232 pages. Available in PDF, EPUB and Kindle. Book excerpt: Successfully meeting the challenges of combining VMware and Oracle, this comprehensive reference provides a broad spectrum of technological recommendations that demonstrate how to reliably and consistently achieve optimal configuration and maximum performance for any virtualized Oracle database scenario. The guide includes the best practices for virtualized servers, suggested virtualization server configuration, and recommendations for client operating system configuration for Oracle in a virtualized world. With real-world examples and highly applicable advice, this handbook also details the complexities of designing, configuring, maintaining, and tuning Oracle database deployments, making it a complete compendium for keeping virtualized Oracle databases in top form.

Expert Oracle GoldenGate

Download Expert Oracle GoldenGate PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430235675
Total Pages : 346 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle GoldenGate by : Ben Prusinski

Download or read book Expert Oracle GoldenGate written by Ben Prusinski and published by Apress. This book was released on 2011-10-07 with total page 346 pages. Available in PDF, EPUB and Kindle. Book excerpt: Expert Oracle GoldenGate is a hands-on guide to creating and managing complex data replication environments using the latest in database replication technology from Oracle. GoldenGate is the future in replication technology from Oracle, and aims to be best-of-breed. GoldenGate supports homogeneous replication between Oracle databases. It supports heterogeneous replication involving other brands such as Microsoft SQL Server and IBM DB2 Universal Server. GoldenGate is high-speed, bidirectional, highly-parallelized, and makes only a light impact on the performance of databases involved in replication. The authors share their experience in the form of tutorials on designing and implementing all types of Oracle GoldenGate environments. You’ll learn methods for tuning Oracle GoldenGate performance. You’ll discover GoldenGate’s utility as a migration and extract, transform, load (ETL) tool. You’ll learn to configure highly-available environments involving GoldenGate, Real Application Clusters, and Data Guard. From installation to design to implementation and troubleshooting, Expert Oracle GoldenGate helps you master all aspects of using and applying Oracle GoldenGate as the replication tool of choice in your environment. Explains all aspects of using GoldenGate for replication Covers homogeneous, heterogeneous, and bidirectional replication Shows the use of GoldenGate for data migration and extract, transform, load (ETL)

Expert Oracle Application Express

Download Expert Oracle Application Express PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484204840
Total Pages : 653 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle Application Express by : Doug Gault

Download or read book Expert Oracle Application Express written by Doug Gault and published by Apress. This book was released on 2015-08-20 with total page 653 pages. Available in PDF, EPUB and Kindle. Book excerpt: Expert Oracle Application Express, 2nd Edition is newly updated for APEX 5.0 and brings deep insight from some of the best APEX practitioners in the field today. You'll learn about important features in APEX 5.0, and how those can be applied to make your development work easier and with greater impact on your business. Oracle Application Express (APEX) is an entirely web-based development framework that is built into every edition of Oracle Database. The framework rests upon Oracle’s powerful PL/SQL language, enabling power users and developers to rapidly develop applications that easily scale to hundreds, even thousands of concurrent users. APEX has seen meteoric growth and is becoming the tool of choice for ad-hoc application development in the enterprise. The many authors of Expert Oracle Application Express, 2nd Edition build their careers around APEX. They know what it takes to make the product sing—developing secure applications that can be deployed globally to users inside and outside a large enterprise. The authors come together in this book to share some of their deepest and most powerful insights into solving the difficult problems surrounding globalization, configuration and lifecycle management, and more. New in this edition for APEX 5.0 is coverage of Oracle REST Data Services, map integration, jQuery with APEX, and the new Page Designer. You’ll learn about debugging and performance, deep secrets to customizing your application u ser interface, how to secure applications from intrusion, and about deploying globally in multiple languages. Expert Oracle Application Express, 2nd Edition is truly a book that will move you and your skillset a big step towards the apex of Application Express development. Contains all-new content on Oracle REST Data Services, jQuery in APEX, and map integration Addresses globalization and other concerns of enterprise-level development Shows how to customize APEX for your own application needs

Pro Oracle SQL

Download Pro Oracle SQL PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430232293
Total Pages : 588 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Pro Oracle SQL by : Karen Morton

Download or read book Pro Oracle SQL written by Karen Morton and published by Apress. This book was released on 2011-08-13 with total page 588 pages. Available in PDF, EPUB and Kindle. Book excerpt: Pro Oracle SQL unlocks the power of SQL in the Oracle Database—one of the most potent SQL implementations on the market today. To master it requires a three-pronged approach: learn the language features, learn the supporting features that Oracle provides to help use the language effectively, and learn to think and work in sets. Karen Morton and her team help you master powerful aspects of Oracle SQL not found in competing databases. You’ll learn analytic functions, the MODEL clause, and advanced grouping syntax—features that will help in creating good queries for reporting and business intelligence applications. Pro Oracle SQL also helps you minimize parsing overhead, read execution plans, test for correct results, and exert control over SQL execution in your database. You’ll learn when to create indexes, how to verify that they make a difference, how to use SQL Profiles to optimize SQL in packaged applications, and much more. You’ll also understand how SQL is optimized for working in sets, and that the key to getting accurate results lies in making sure that queries ask clear and precise questions. What’s the bottom-line? Pro Oracle SQL helps you work at a truly professional level in Oracle dialect of SQL. You’ll master the language, the tools to work effectively with the language, and the right way to think about a problem in SQL. Pro Oracle SQL helps you rise above the crowd to provide stellar service in your chosen profession. Endorsed by the OakTable Network, a group of Oracle technologists well-known for their rigorous and scientific approach to Oracle Database performance Comprehensive—goes beyond the language with a focus on what you need to know to write successful queries and data manipulation statements.

Effective Oracle by Design

Download Effective Oracle by Design PDF Online Free

Author :
Publisher : McGraw Hill Professional
ISBN 13 : 0071776788
Total Pages : 688 pages
Book Rating : 4.0/5 (717 download)

DOWNLOAD NOW!


Book Synopsis Effective Oracle by Design by : Thomas Kyte

Download or read book Effective Oracle by Design written by Thomas Kyte and published by McGraw Hill Professional. This book was released on 2003-09-12 with total page 688 pages. Available in PDF, EPUB and Kindle. Book excerpt: Tom Kyte of Oracle Magazine’s “Ask Tom” column has written the definitive guide to designing and building high-performance, scalable Oracle applications. The book covers schema design, SQL and PL/SQL, tables and indexes, and much more. From the exclusive publisher of Oracle Press books, this is a must-have resource for all Oracle developers and DBAs.

Oracle 19c AutoUpgrade Best Practices

Download Oracle 19c AutoUpgrade Best Practices PDF Online Free

Author :
Publisher : BPB Publications
ISBN 13 : 9391030904
Total Pages : 377 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis Oracle 19c AutoUpgrade Best Practices by : Sambaiah Sammeta

Download or read book Oracle 19c AutoUpgrade Best Practices written by Sambaiah Sammeta and published by BPB Publications. This book was released on 2021-11-30 with total page 377 pages. Available in PDF, EPUB and Kindle. Book excerpt: Master Oracle’s AutoUpgrade tool effectively to upgrade Oracle databases from lower versions to 19c. KEY FEATURES ● In-depth practical demonstration of Oracle database upgrades with various real-time scenarios. ● Step-by-step illustration of each Oracle database upgrade and downgrade method. ● Fastest ever multiple Oracle databases upgrade. DESCRIPTION 'Oracle 19c AutoUpgrade Best Practices' is a simple cookbook for database professionals to upgrade from lower versions to 19c or downgrade from 19c to lower versions This book is dedicated solely to demonstrate upgrading Oracle Databases to 19c by using AutoUpgrade tool. It has a very good explanation about different AutoUpgrade processing modes (Analyze, Fixup, Deploy, and Upgrade) and various stages that the AutoUpgrade job runs while performing database upgrade. Multiple chapters in this book covers various scenarios with detailed steps for upgrading Oracle database from versions 11g/12c/18c to version 19c and Downgrading from 19c to 11g/12c/18c. By the end of this book, every Oracle DBA can gain real-time experience and become a master in upgrading and downgrading oracle databases (Standalone, RAC, Standby) using AutoUpgrade Utility. WHAT YOU WILL LEARN ● Learn to use the Oracle database upgrade tool AutoUpgrade for various DB challenges. ● Understand how to convert a non-container database to a 19c pluggable database. ● Get to know how to upgrade multiple databases of different versions to 19c in a single operation. WHO THIS BOOK IS FOR This book is intended for Oracle DBA students, Database administrators, Database Architects and anyone else who want to improve their database upgrade or downgrade skills in a concise and understandable manner. TABLE OF CONTENTS 1. Introduction to DB Upgrades 2. Upgrading Oracle Database from 11.2.0.4 to 19.9.0 Using dbupgrade (Manual) 3. Upgrading Oracle Database from 11.2.0.4 to 19.9.0 (Using AutoUpgrade) 4. Upgrading and Converting 12c non-CDB as 19c PDB 5. Upgrading Oracle Multitenant Database from 12c/18c to 19c 6. Upgrading and Converting 12c non-CDB as 19c PDB (using AutoUpgrade) 7. Upgrading Multiple Database Versions (11g/12c/18c) to 19c Using the Single AutoUpgrade Command

Expert Oracle9i Database Administration

Download Expert Oracle9i Database Administration PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430207736
Total Pages : 1228 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle9i Database Administration by : Sam Alapati

Download or read book Expert Oracle9i Database Administration written by Sam Alapati and published by Apress. This book was released on 2008-01-01 with total page 1228 pages. Available in PDF, EPUB and Kindle. Book excerpt: This 1,000-page book enables a beginner or intermediate level Oracle DBA or Oracle Developer/Manager to master the art of building and managing complex Oracle 9i databases.

Expert Oracle Exadata

Download Expert Oracle Exadata PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430262427
Total Pages : 661 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Expert Oracle Exadata by : Martin Bach

Download or read book Expert Oracle Exadata written by Martin Bach and published by Apress. This book was released on 2015-08-29 with total page 661 pages. Available in PDF, EPUB and Kindle. Book excerpt: Expert Oracle Exadata, 2nd Edition opens up the internals of Oracle's Exadata platform so that you can fully benefit from the most performant and scalable database hardware appliance capable of running Oracle Database. This edition is fully-updated to cover Exadata 5-2 and Oracle Database 12c. If you're new to Exadata, you'll soon learn that it embodies a change in how you think about and manage relational databases. A key part of that change lies in the concept of offloading SQL processing to the storage layer. In addition there is Oracle's engineering effort in creating a powerful platform for both consolidation and transaction processing. The resulting value proposition in the form of Exadata has truly been a game-changer. Expert Oracle Exadata, 2nd Edition provides a look at the internals and how the combination of hardware and software that comprise Exadata actually work. Authors include Martin Bach, Andy Colvin, and Frits Hoogland, with contributions from Karl Arao, and built on the foundation laid by Kerry Osborne, Randy Johnson, and Tanel Poder in the first edition. They share their real-world experience gained through a great many Exadata implementations, possibly more than any other group of experts today. Always their goal is toward helping you advance your career through success with Exadata in your own environment. This book is intended for readers who want to understand what makes the platform tick and for whom—"how" it does what it is does is as important as what it does. By being exposed to the features that are unique to Exadata, you will gain an understanding of the mechanics that will allow you to fully benefit from the advantages that the platform provides. This book changes how you think about managing SQL performance and processing. It provides a roadmap to successful Exadata implementation. And it removes the "black box" mystique. You'll learn how Exadata actually works and be better able to manage your Exadata engineered systems in support of your business. This book: Changes the way you think about managing SQL performance and processing Provides a roadmap to successful Exadata implementation Removes the "black box" mystique, showing how Exadata actually works