Hong Su from Inside the Oracle Optimizer:
The Join Factorization transformation was introduced in Oracle 11g Release 2 and applies to UNION ALL queries. Join factorization is a cost-based transformation. It can factorize common computations from branches in a UNION ALL query which can lead to huge performance improvement.
Yet another reason to upgrade to 11gR2.
Comments Off | Filed in Links, Oracle | Tags: performance, sqlFeaturing:
- 3-D Demo: Oracle Exadata
- Gartner Executive Video: Opportunities and Challenges for Managing Data and Lowering IT Costs
- IDC Report: Exadata Exceeds Expectations
- White Paper: A Technical Overview of the Oracle Exadata Database Machine
- Customer case studies, videos, podcasts and more
via Exadata Partner Community – EMEA.
Comments Off | Filed in Links, Oracle | Tags: exadataToad Extension for Eclipse gives you the power to perform essential Oracle database development tasks directly within the Eclipse IDE. This free Eclipse plug-in makes it seamless to work with Oracle databases and eliminates the need for multiple tools.
Read about its features and download from quest.com/toad-extension-for-eclipse/.

Oracle has a roughly $25 billion cash balance on its balance sheet, including cash, cash equivalents and short-term marketable securities. Oracle also has a significant amount of debt (around $17 billion) on its balance sheet, which means its net cash position is around $8 billion. However, if Oracle can make use of the cash balance to make acquisitions instead of paying off debt, it could open up a lot of strategic opportunities.Comments Off | Filed in Oracle | Tags: acquisition, salesforce
Salesforce.com’s market cap is around $19 billion, and Oracle could utilize its large cash balance towards a possible acquisition attempt. Salesforce.com is a cloud computing player that specializes in providing client relationship management (CRM) as well as other applications. The cloud computing space is an area expected to generate substantial growth over the coming years. Oracle is not currently a major player in the cloud computing market and hence Salesforce.com could provide it with ample growth opportunities in applications software.
Comments Off | Filed in Links, Oracle | Tags: erp, sap
- The ERP market has regained strength, but we’re seeing a growing disparity between the big ERP players and the mid-tier players.
- As small and mid-size businesses return to the market in 2011, leading mid-tier players can regain momentum; others will flounder.
- There is growing momentum behind cloud-based ERP, which will benefit NetSuite, as well as those traditional ERP companies that adapt.
Organizations that have run Oracle Database and applications for years on top of VMware’s virtualization technology said they have had little to no problem getting Oracle Support to work with them on issues.Comments Off | Filed in Links, Oracle | Tags: vmware
Due to Oracle Bug 9818995, if catqm.sql is used then not all installation steps are performed by this script… This document explains the full set of steps that need to be taken in order to perform a complete and working Oracle XML DB installation.Comments Off | Filed in Links, Oracle, Tips | Tags: 11g, xml
This article is a guide for defining, designing, and delivering a successful Oracle RAC project. It details the steps required to reduce risks and increase your chances of a successful implementation. In addition, it highlights many major pitfalls you may encounter during your Oracle RAC project and offers suggestions on how to avoid them.
Even though it was published in 2006, the steps listed in this guide still apply to many Oracle projects today.
Comments Off | Filed in Links, Oracle | Tags: guide, project, racFor this project I took an Apex-plugin I have written, (IR) Report to Excel (xlsx), and turned it into a PL/SQL package. With this package it’s very easy to create an Excel 2007 file with only a few lines of PL/SQL code.Comments Off | Filed in Links, Oracle | Tags: excel, pl/sql