Oracle Database 11g For Data Warehousing and Business Intelligence
Oracle Database 11g For Data Warehousing and Business Intelligence
Oracle Database 11g For Data Warehousing and Business Intelligence
Introduction
Oracle Database 11g is a comprehensive database platform for data warehousing and
business intelligence that combines industry-leading scalability and performance, deeplyintegrated analytics, and embedded integration and data-quality -- all in a single platform
running on a reliable, low-cost grid infrastructure. Oracle Database 11g provides best-ofbreed functionality for data warehouses and data marts, with proven scalability to 100s of
terabytes and record-breaking performance. It also provides a uniquely integrated
platform for analytics; by embedding OLAP, Data Mining, and statistical capabilities
directly into the database, Oracle delivers all of the functionality of standalone analytic
engines with the enterprise scalability, security, and reliability of an Oracle Database.
Since data integration is a core requirement of any data warehouse, Oracle Database
11g includes Oracle Warehouse Builder, a leading ETL tool that utilizes Oracles scalable
data transformation and heterogeneous data-access capabilities.
Oracle's data warehouse solutions now extend to hardware components. Sun Exadata
Deleted: HP
Storage Servers, powered by Oracle's unique Exadata storage software running, enable
extreme high performance and unlimited linear scalability. Oracle has also teamed up
with Sun to deliver the Sun Oracle Database Machine, a complete warehouse
Deleted: HP
Deleted: HP
Hardware
The bedrock of a solid data warehouse solution is a scalable, high-performance hardware
infrastructure. One of the challenges for data warehouses has been to deliver the IO bandwidth
necessary for large-scale queries, especially as data volumes and user workloads have continued
to increase. The Oracle Exadata architecture provides a uniquely optimized storage solution for
data warehousing that delivers order-of-magnitude performance gains for large-scale data
warehouse queries. The technology driving these performance gains is a combination of a
massively parallel high-bandwidth storage grid coupled with the Exadata Storage Server
Softwares unique Smart Scan capability, which performs SQL processing in the storage server,
and vastly reduces the amount of IO traffic between the storage servers and the database servers.
There are two members of the Oracle Exadata product family. The foundation of the Exadata
family of products is the Sun Oracle Exadata Storage Server. It is used to build data warehousing
solutions using customer-supplied database servers and infrastructure. The second member of
the Exadata product family is the Sun Oracle Database Machine. This Database Machine is a
complete and fully integrated solution for data warehousing that includes the storage, servers,
and database software.
Deleted: HP
Deleted: HP
Deleted: HP
Deleted: HP
Deleted: , and is based on the HP
ProLiant DL180 G5 server
Deleted:
HP
Deleted: HP
Deleted: HP
Deleted: HP
Deleted: HP
Deleted: HP
Deleted: 21TB
Deleted: 46TB
Deleted:
Deleted:
Utilizing a building-block methodology, the Sun Oracle Database Machine provides a quick and
easy way to scale. As new racks of Oracle Database Machines are incrementally added to a
system, the storage capacity and performance of the system grows; a two-rack system is simply
twice as powerful as a single rack. Scaling out is easy; the additional Oracle Database Machine is
Deleted: HP
Deleted: HP
Deleted: HP
connected to the InfiniBand interconnect in existing racks, and Oracle automatically rebalances
the database to fully utilize all of the storage and processing power of all racks.
For smaller configurations, Oracle provides Sun Oracle Database Machine Half Rack, Quarter
Rack, and a Basic System, the Half Rack being a system that is exactly half the size of full-rack
Database Machine with four database server and seven Exadata Storage Servers, while the
Quarter rack is a system with two database servers and three Exadata Storage Servers. The Basic
System consists of a single database server and a single Exadata Storage Server; unlike the other
solutions, the Basic System does not come physically pre-installed in a rack, but has to be
installed in an existing customer's rack.
Deleted: an HP
Deleted: and
Deleted:
Deleted: solutions
Deleted: ,
Deleted: a
Deleted: ..
The Exadata family delivers the scalable hardware capabilities to provide the required bandwidth
for high-end data warehousing applications. This solution complements the sophisticated
software of Oracle Database 11g, with its broad set of query-processing algorithms, advanced
analytics, and robust data integration capabilities that will now be discussed.
Perform
Oracle provides performance optimizations for every type of data warehouse environment. Data
warehouse workloads are often complex, with different users running vastly different operations,
with similarly different expectations and requirements for query performance.
Oracle meets the demands of data warehouse performance by providing:
A broad set of performance optimization techniques for every type of query and workload:
Advanced indexing and aggregation techniques for sub-second response times for reporting
and dashboard queries
Star query optimizations and OLAP-based materialized views for dimensional queries
Scalable parallelized query access methods for processing large volumes of detail data
A sophisticated resource manager for ensuring performance even in databases with complex,
heterogeneous workloads. The Database Resource Manager allows end-users to be grouped
into resource consumer groups, and for each group, the database administrator can set
policies to govern the amount of CPU and IO resources that can be utilized, as well as specify
policies for proactive query governing, and for query queuing. With the Database Resource
Manager, Oracle provides the capabilities to ensure that data warehouse can meet their
performance SLAs for all users.
A unique, patented read-consistency model to ensure that data loads never impact query
performance. Oracle solves the challenges of concurrent access through a technology called
multi-version read consistency; this unique technology has been the foundation of Oracles
concurrency model for over 15 years. Multi-version read consistency guarantees that a user
always sees a consistent view of the data requested. If another user changes the underlying data
during the query execution (such a trickle-feed update of a large data warehouse table), Oracle
maintains a version of the data as it existed at the time the query began. The data returned to
the query always reflects the state of the database (including all committed transactions) at the
point in time at which the query was submitted regardless of what other updates may be
occurring while the query is running. With this technology, Oracle is uniquely positioned to
handle near real-time data loads within data warehouse environments.
With Oracle Database 11g are three new innovative performance capabilities:
Deleted: .
Deleted:
Deleted: While the entire table
may need to be scanned to find the
relevant
Deleted: a relatively small
amount of the rows and columns
need to be processed to compute
the final results.
Comment [Baer1]: Have to
add something about storage
indexes and HCC
Deleted: then the
Deleted: is
Deleted: then
Parallel execution is one of the fundamental technologies that enable organizations to manage
and access tens or even hundreds of terabytes of data. It is the ability to apply multiple CPU and
IO resources to the execution of a single database operation. While the Oracle Database has
always leveraged memory for improved query performance via the buffer cache and other
techniques, the increasing number of nodes in grid-enabled real application clusters
environments and lower cost of memory is dramatically increasing the amount of memory
available for large-scale data warehouses, with the total amount of memory reaching hundreds of
GBs, up to TBs. Oracle's in-memory parallel execution leverages the total amount of memory
available in such large systems, providing cluster-wide in-memory parallelization. At runtime,
every active node in a cluster will cache a subset of the data being processed in parallel;
subsequent parallel operations accessing the same large objects will leverage the cache of all
active nodes. This not only minimizes the necessary IO to satisfy a given business query, it also
improves the runtime for individual queries significantly, improving the overall workload a
system can handle. In-memory parallel execution is complementary to the Exadata "smart scan"
technology and combines the best of all worlds: the database will automatically only consider
objects for in-memory parallel execution that either fit completely or to a large extent into the
available memory; whenever the data volume exceeds the available memory significantly,
Exadata's "smart scan" processing will take place, because smart it is more beneficial than
processing the operation partially in memory.
Scale
The size of the largest data warehouses is growing exponentially. Today, more and more business
processes are becoming more completely automated and more data is collected at more granular
levels, so these data volume increases show no signs of abating. Oracle Database 11g offers four
key capabilities to enable scalability: partitioning, compression, clustering, and parallelism
Partitioning
Oracle Partitioning is essential for managing large databases. It enables a "divide and conquer"
technique for managing the large tables in the database, especially as those tables grow.
Although your database may have twice as much data next year as it does today, your end-users
are not going to tolerate their application running twice as slow, your database is not going to be
given twice as much time to complete maintenance and batch processing, and your IT managers
are not going to double the hardware budget for the data warehouse. Partitioning is the feature
that allows a database to scale for very large datasets while maintaining consistent performance,
without unduly increasing administrative or hardware resources. Partitioning breaks up large
tables up into smaller pieces, and thus allows data management windows and many end-user
queries to be maintained at constant performance level even as the data grows.
Oracle leads the industry with comprehensive partitioning technologies, with nine methods for
partitioning tables, along with the capability for DBAs to define custom partitioning schemes; a
rich set of administrative commands for partitioned tables; and a partition adviser to guide
administrators on how best to implement partitioning.
Partitioning also enables ILM (Information Lifecycle Management) strategies within the Oracle
database. A single table, when partitioned, can be distributed across multiple storage tiers. Old,
less-frequently accessed data, corresponding to older partitions, can be stored on less expensive
storage devices. For large databases, this approach can provide significant cost savings.
Compression
Compression capabilities are used within every large data warehouse. As customers look to store
larger volumes of data, compression is a natural solution. Oracle 11g Release 2 takes database
compression to the next level with new compression techniques. Oracle provides the ability to
compress all tables in a data warehouse:
OLTP Compression: Oracles original table compression technology this technique delivers
a typical compression ratio of 3:1 for data warehouses, with virtually no negative impact on
query performance. This compression technique enables efficient updates to support
compression for even data warehouse tables which are trickle-fed or otherwise updated
frequently.
Archive Compression: Based upon Exadata Hybrid Columnar Compression, this technique
delivers a typical compression ratio of up to 40:1 for data warehouses, but does entail tradeoffs in query performance.
Parallelism
Parallelism is the ability to leverage multiple processors towards the execution of a single
database operation. Oracles scalable parallel execution architecture dynamically adjusts to meet
all user demands. For large operations, Oracle parallelizes database operations across all available
nodes and CPUs. For smaller operations, Oracle dynamically adjust the parallelism to maximize
overall system throughput while the Database Resource Manager ensure that high-priority
operations continue to get the appropriate resources.
Analyze
Technologies such as OLAP, statistics, and data mining are hardly new to data warehousing and
business intelligence. However, OLAP products typically have their own calculation engine,
statistics products have their own data engine, and data mining products have their own mining
engines. In short, an enterprise-wide business intelligence environment would maintain at least
four different types of data engines, each requiring their own servers, their own copies of the
data, their own management infrastructure, their own security administration, and their own
high-availability infrastructure. Each engine has its own APIs and its own set of developer tools
and end-user tools. The complexity and cost of replicating entire stacks of BI technologies is
significant.
Oracle Database provides a completely different approach by integrating OLAP, Data Mining,
and statistics inside the database engine. Instead of moving data from a data warehouse to other
analytic engines for further analysis, Oracle has instead brought the advanced analytic algorithms
into its database, where the data resides. Moreover, Oracle provides SQL access to all of its
analytics, so that they can be implemented with any SQL-based tool or application environment.
Deleted: cpus
Data Mining
Oracle Data Mining is powerful software embedded in the Oracle Database that enables you to
discover new insights hidden in your data. Oracle Data Mining helps businesses to target their
best customers, find and prevent fraud, discover the most influential attributes that affect Key
Performance Indicators (KPIs), and find valuable new information hidden in the data. Oracle
Data Mining helps technical professionals find patterns in their data, identify key attributes,
discover new clusters and associations, and uncover valuable insights.
To address these business problems, Oracle Data Mining allows companies to find new
information from their data using a wide range of state-of-the-art algorithms. Data mining
algorithms are machine-learning techniques for analyzing data to discover patterns and
relationships. Oracle provides multiple algorithms since different algorithms are effective for
different types of analysis and different business problems.
Most data mining algorithms can be broadly separated into supervised learning and
unsupervised learning data mining techniques. Supervised learning requires the data analyst to
identify a target attribute or dependent variable (for example, customers who bought a specific
product). The supervised-learning technique then sifts through data trying to find patterns and
relationships between other attributes and the target attribute (for example, the characteristics
that indicate whether a prospective customer is likely to buy a specific product). Supervised
learning algorithms with Oracle Data Mining include Nave Bayes, Decision Tree, General Linear
Models, and Support Vector Machines.
The other broad category of data-mining algorithms is for unsupervised learning. In these
scenarios, there is no target attribute; instead the data mining algorithms seek to find
associations and clusters in the data independent of any a priori defined business objective. These
algorithms include Enhanced k-Means Clustering, Orthogonal Partitioning Clustering,
Association Rules (market basket analysis), and Nonnegative Matrix Factorization.
Oracle Data Mining includes Oracle Data Miner, a graphical user interface for data analysts to
build, evaluate, and apply data mining models. Oracle Data Miner guides the data analyst through
the data mining process with complete flexibility and presents results in graphical and tabular
formats. Oracle Data Miner can generate the PL/SQL code associated with a Mining Activity.
OLAP
Oracle OLAP is a full-feature online analytical processing (OLAP) engine embedded in the
Oracle Database. Oracle OLAP enhances data warehouses by improving query performance (as
discussed in the performance section) and by adding enriched analytical content.
The core feature of Oracle OLAP is cubes. Managed within the Oracle database, this data
structure stores data within a highly optimized multidimensional format. Cubes provide scalable
and compressed storage of dimensional data, fast incremental update, fast query performance,
and the ability to compute or store advanced analytical calculations.
Oracles strategy with Oracle OLAP is to bring these core OLAP advantages into the data
warehouse. This is achieved be exposing the key capabilities of Oracle OLAP via standard SQL,
so that any business intelligence tools or other SQL-based application can leverage OLAP.
The key SQL integration features include the ability to access OLAP cubes via SQL views, which
expose a multidimensional cube as a set of dimension tables and fact tables; cube-based
materialized views which allow OLAP cubes to be used as materialized views; data-dictionary
integration so that SQL-based query tools as well as SQL developers can quickly identify all of
the cubes and their attributes; and the integration of cube access paths within the Oracle
optimizer.
Integrate
Todays information architecture is much more dynamic than it was just a few years ago.
Businesses now demand more information, they want it sooner and they are delivering more
analytics to an every-widening set of users and applications.
10
preserves any existing development investments of all Oracle data integration customers and will
provide a seamless, easy upgrade path from the current components to the unified platform.
Change data capture for low-latency log-based capture from Oracle databases
Conclusion
The Oracle Database is the market leader for data warehousing, built upon a solid foundation of
scalability and performance, and augmented by innovative features such as Oracles unique readconsistency model for near-real-time data warehouses, a flexible and powerful set of table
partitioning capabilities, the utilization of OLAP technology to enhance relational environments,
and the unmatched support for grid architectures. The combination of the Oracle Database and
an Oracle Exadata storage grid delivers the highest levels of performance for IO intensive
workloads, and, with the Sun Oracle Database Machine, Oracle delivers a complete hardware and
software solution for data warehousing.
11
Deleted: HP
the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other
warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or
fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are
formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any
means, electronic or mechanical, for any purpose, without our prior written permission.
Worldwide Inquiries:
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective
Phone: +1.650.506.7000
owners.
Fax: +1.650.506.7200
oracle.com
0109