E Bus R121 With 11gR1 Adv Compression
E Bus R121 With 11gR1 Adv Compression
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Executive Overview ....................................................................................... 1 Introduction ................................................................................................... 1 Advanced Compression Overview ............................................................... 2 Testing ........................................................................................................... 3 Test Environment ...................................................................................... 3 Test Scenarios ........................................................................................... 4 Testing Methodology................................................................................. 4 Test Results ............................................................................................... 5 Performance Results..................................................................................... 6 Self Service 100 User Test ........................................................................ 6 Purchasing - 120 User Test ....................................................................... 7 Order To Cash Batch Flow ........................................................................ 8 Payroll Batch Flow .................................................................................... 9 Observations ........................................................................................... 10 GSI Observations .................................................................................... 11 Recommendations ...................................................................................... 11 Planning Your Strategy ............................................................................... 12 Appendix A: Recommended Patches ........................................................ 14 Oracle Database 11g Advanced Compression Option Patches ........... 14 Space Layer Code Patches ..................................................................... 14 Appendix B: Tables Compressed For This Benchmark............................ 15 Appendix C: Tables Compressed on the Oracle Production Database ... 17 Appendix D: Recommended Additional Reading ...................................... 19
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Executive Overview
The Oracle Database 11g Advanced Compression Option (ACO) introduces a comprehensive set of compression capabilities designed to help customers maximize resource utilization and reduce costs thereby reducing the total cost of ownership (TCO). It allows IT administrators to significantly reduce their overall database storage footprint by enabling compression for all types of data including relational (tables), unstructured (files), and backup data. Although storage cost savings are often seen as the most tangible benefit of compression, innovative technologies included in the Advanced Compression Option are designed to reduce resource requirements and technology costs for all components of your IT infrastructure including memory and network bandwidth. The volume of data being retained on-line increases the need for Life Cycle Management. Typically historical data is partitioned and moved to low-cost storage. Advanced Compression reduces the storage costs further ensuring that application performance does not degrade unacceptably. Oracle has saved more than 68 TB across its Oracle E-Business Suite implementation.
Introduction
This white paper details tests performed with Oracle E-Business Suite Release 12.1 running on Oracle Database 11g Release 1 with Advanced Compression using a mix of online and batch workloads to validate and quantify the benefits of Advanced Compression. The tests described in this paper focus on the OLTP Table Compression feature of Advanced Compression. Representative batch and online workloads were selected, such as the OrderTo-Cash and Payroll Batch flows in addition to various Self-Service and Forms based online processes. The benchmark information includes details of the workloads, the tables chosen for compression, and test descriptions. The test results are analyzed and evaluated and used to provide a set of recommendations.
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
For DML operations Oracle Database compresses blocks in batch mode rather than compressing data each time a write operation takes place. A newly initialized block remains uncompressed until data in the block reaches an internally controlled threshold. When a transaction causes the data in the block to reach this threshold, the entire block contents are compressed, as shown in Figure 2.
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
As of 11gR1, update operations incur some overhead as updated rows have to be decompressed before writes and therefore the update frequency is one factor to consider when choosing tables or partitions to be compressed. Read-only operations should benefit from a performance improvement while update-intensive operations will incur some overhead. However, this is expected to balance out given the common read-intensive I/O patterns seen in most OLTP applications.
Testing
This section details the test environment and the application flows used in each scenario. It then describes the testing methodology and discusses the results.
Test Environment
The hardware and software details for the test environment are as follows:
Oracle Database 11g Release 1 (11.1.0.7) with recommended Advanced Compression and DML/Space Layer optimization patches, which are listed in Appendix A Oracle E-Business Suite 12.1.1 VISION Environment with data expanded for the benchmark
Database Initialization Parameter Settings for Oracle Applications Release 12 from My Oracle Support Knowledge Document 396009.1. No parameters were changed for this benchmark. Linux 2.6 16 GB RAM 2 Dual Core XEON CPUs @ 2.3 GHz Database Storage: NetApp Filers
The VISION Database used for the tests was approximately 340 GB
25 GB for System/Undo/Temp/SysAux 50 GB for Application Indexes 82 GB for Application Tables 23 GB for other object types
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Test Scenarios
The following Oracle E-Business Suite flows were tested:
Batch Flows The following batch jobs are CPU and I/O intensive:
Payroll Process Consists of 7 programs processing 10,000 employees, using 4 workers. This process contains significant row-by-row processing. Order-To- Cash Consists of 12 programs from the Supply Chain and the Financials product families, processing, invoicing, accounting and posting data for 5,000 order headers and 50,000 order lines, using 4 workers. This process is a mix of row-by-row and bulk processing.
Online Flows The following read-intensive online scenarios assess the impact to end-user response times:
Self Service 100-user test of 7 Self Service actions related to expenses, timecards, and payslips. Oracle Forms 120-user test of 16 Purchasing actions related to creating, approving, and searching purchase orders and invoices.
Testing Methodology
The following briefly summarizes the testing methodology used to compare both the storage savings and performance impact of Advanced Compression with Oracle E-Business Suite.
Step 1: Establish Baseline
All of the test scenarios were executed prior to enabling Advanced Compression in order to establish a performance baseline.
Step 2: Enable OLTP Table Compression
All tables accessed during the baseline tests were identified. Of these, the largest 200 tables were selected (listed in Appendix B) for OLTP Table Compression. Prior to enabling OLTP Table Compression, each table was first reorganized by using the ALTER TABLE MOVE command, and the baseline size of the table was recorded. Then, OLTP Table Compression was enabled on each table using the ALTER TABLE MOVE COMPRESS FOR ALL OPERATIONS command. The delta between the MOVE and COMPRESS was recorded.
Step 3: Run Test Scenarios with Advanced Compression
All the test scenarios were run with OLTP Table Compression enabled. Storage consumption and performance statistics were collected including Automatic Workload Repository reports, host CPU statistics, batch program runtimes, and end-user response times. The results of each test were validated by comparing the expected and actual results including, for example, the number of orders or employees processed.
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Test Results
Tables with more than 255 columns or that include columns with the LONG data type cannot be compressed using OLTP Table Compression as it is not supported. The test environment contained 38 tables totaling 1.4 GB that could not be compressed due to these restrictions. The focus of this benchmark was OLTP Table Compression. Columns with BasicFiles LOBs were not converted to SecureFiles LOBs and therefore not compressed. Indexes were not compressed. Clearly the total savings would have been greater if these objects had been compressed.
Storage Savings
As discussed, each table was initially reorganized to ensure that the space saving observed from OLTP Table Compression was attributed only to the compression technology. Table 1 shows the storage savings achieved using Advanced Compression.
TABLE 1. STORAGE SAVINGS
DESCRIPTION
STORAGE UTILIZED
STORAGE SAVED
PERCENT SAVINGS
Uncompressed Tables Uncompressed Tables After Reorganization Tables with OLTP Table Compression
21.9 GB 21.8 GB
N/A 110 MB
N/A 0.5
6.9 GB
14.9 GB
68
Observations
The space savings from reorganizing the tables prior to enabling OLTP Table Compression was insignificant at 110 MB. However, this was a new install and the amount of space saved is likely to be far more substantial on an OLTP system that has been operational for some time. OLTP Table Compression reduced the size of the tables from 21.8 GB to 6.9 GB as shown in Table 1. This equates to a 68% reduction in storage utilization, which is approximately a 3:1 compression ratio. The storage savings achieved by implementing OLTP Table Compression can vary across tables depending on the data. Tables that store similar data typically achieve higher compression ratios. The tables in this test environment achieved compression ratios ranging from better than 5:1 to less than 2:1. The following is the distribution of compression ratios in the VISION test environment with additional data for this benchmark:
36 tables with a compression ratio > 5:1 27 tables with a compression ratio between 4:1 and 5:1 90 tables with a compression ratio between 2:1 and 4:1 40 tables with a compression ratio < 2:1
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Performance Results
This section analyzes each of the individual test scenarios.
TRANSACTION
BASELINE (MINS)
IMPROVEMENT %
Cash Expense Report Cash Expense Submit Credit Card Expense Report Credit Card Expense Submit Timecard Submit Timecard Total View Payslip
20 30 14 29 24 19 36
During the initial run of this test scenario with Advanced Compression, one of the execution plans changed causing a performance regression in the View Payslip screen. Typically, this type of problem can be resolved using a range of techniques including, for example, by gathering statistics, using SQL Profiles, or using SQL Plan Baselines. The results show the performance results after the execution plan was corrected, in this case, by using a SQL Profile.
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
The graph in Figure 3 shows that average CPU consumption increased by 6.2% with Advanced Compression.
TRANSACTION
BASELINE (MINS)
IMPROVEMENT %
PO Approve PO Auto-Create Create Invoice Total Create Requisition Total Find/View Inv Total PO Find PO Lines PO Schedules PO Search
5 10 -1 4 1 5 8 5 -1
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
The graph in Figure 4 shows average CPU consumption increased by 0.7% with Advanced Compression.
PROGRAM
BASELINE (MINS)
IMPROVEMENT %
HVOP Pick Release ITS time Inventory Worker Auto Invoice Revenue Recognition Accounting TOTAL
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
The graph in Figure 5 shows that average CPU consumption decreased by 7% with Advanced Compression.
PROGRAM
BASELINE (MINS)
IMPROVEMENT %
-1 4 26 5 -9 12 17
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
The graph in Figure 6 shows that average CPU consumption increased by 3.7% with Advanced Compression, however it completed quicker.
Observations
The following observations were made during the tests: Some of the SQL execution plans changed reducing performance. These issues could be remedied using Gather Statistics, SQL Profiles, or SQL Plan Baselines. The first approach should always be to Gather Statistics. The online workload showed an improvement in response times of up to 30% at the expense of a small increase in CPU of up to 6%. The variance in the results in these tests depends on several factors such as how much DML is performed. For example, the Self-Service flow is more readintensive so response times improved significantly as expected. The Order to Cash Batch scenario is a write-intensive workload and therefore expected to decrease in performance when compared to the other tests. The results show that with Advanced Compression the runtime increased by 0.43% and CPU usage decreased by 7%. The Payroll Process Batch workload is both CPU and I/O intensive. With Advanced Compression the runtime reduced by 17% with an additional 3.7% CPU usage. There can be increased overhead for Advanced Compression customers running with the initialization parameter db_block_checking set to TRUE. Setting this parameter to TRUE causes Oracle to check for corruption on every block change. This block checking process is a function of number of rows per block. With compressed tables, more rows fit into one block and therefore more data will be checked resulting in higher CPU consumption. Database corruption is exceptionally rare and Block Checking is not recommended for Oracle E-Business Suite.
10
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
GSI Observations
In 2009 Advanced Compression was implemented with Oracle E-Business Suite Release 12 on the Oracle Global Single Instance (GSI). The database reduced from 17 TB to 13 TB after compressing 110 of the largest tables and indexes, which equates to a total saving of 68 TB across the primary, standby, and associated test systems. This also reduced the storage for development clones and backups. As an aside, Advanced Compression has saved 365 TB on the internal Beehive Email system. There were two phases of compression in the Oracle production Global Single Instance, which are as follows:
Phase 1 compressed ~102 of the largest tables (listed in Appendix C), ~700 associated indexes and LOBs on these tables (after migrating to SecureFiles). This freed up 5.6 TB of database storage. Phase 2 compressed the next ~160 largest tables (and associated indexes) which freed up a further 620 GB of database storage The total GSI production primary space saved is 6.2 TB
Overall, Oracle has saved 68 TB of storage including 2 production databases with corresponding standby, test, and development databases.
Recommendations
The following observations were made during the tests for this whitepaper or during the Advanced Compression with GSI.
Index Compression: As with tables, it is prudent to apply compression to the subset of indexes that provide significant space reduction rather than applying index compression on all indexes. The main reason for this recommended approach is to minimize the execution plan changes. For example, if the size of the index is reduced, the plan may change to perform a full index scan rather than a range scan. Patches: Review and apply the recommended Advanced Compression Option and DML/Space Layer patches listed in Appendix A. The latter are not directly related to Advanced Compression, but these are highly recommended as they constitute optimizations to the space layer code, which is used by Advanced Compression. SQL Plan Regression: Expect some SQL execution plan regressions when adopting Advanced Compression. As a first step gather statistics on the objects. If this doesnt resolve the problem then consider using SQL Profiles or SQL Plan Baselines. DML Intensive Operations: As stated in the overview, Advanced Compression is an ideal choice for saving space with read-intensive operations and can reduce the associated Disk I/O. The performance of DML intensive operations may be reduced, and may incur additional CPU when time is spent compressing data blocks.
11
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Row Chaining: Row chaining is observed on UPDATE intensive tables resulting in a partial loss of compression for the blocks involved in the transaction. In 11gR2, chained rows will be recompressed when the used space threshold is exceeded for the data block. ITL Contention: Some ITL contention issues resulted in a deadlock on the internal production system. These were caused by a lack of ITL slots when operating under high levels of concurrency. This is not caused by the compression, but is an artifact as inherently storing more rows per block increases the block density. The issue can be resolved by increasing initrans on the table, which will increase the ITL slots. Alternatively you could increase pctfree, however in this case the space saving will be reduced. High Transaction Tables: Depending on your application usage, consider excluding high transaction tables such as FND_CONCURRENT_REQUESTS. In exceptionally busy systems, compression is likely to exacerbate the buffer busy waits as there are more rows per block. If you have a high level of concurrent throughput, you will generally find that this is usually among the top segments for buffer busy waits even without compression. SecureFiles LOB Compression: The LOB data was not compressed for this benchmark. However, LOBs were converted to compressed SecureFiles on the Oracle Global Single Instance with the deduplication feature. Savings totaled 26 TB across the production, standby, and associated test systems.
12
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Columns OPT_CMPR_COUNT and OPT_CMPR_PCTSAVE in INDEX_STATS provide the column count and space savings respectively. Oracle Advanced Compression can significantly reduce the TCO of an Information Lifecycle Management strategy. One very simple approach is to implement time-based partitioning and then move non-current or historical data partitions to low-cost storage. Partitioning is supported for the Oracle E-Business Suite though you may not change an existing integral partitioning scheme. Oracle Advanced Compression can increase the data density either further reducing the need to expand lowcost storage, or it may even substantially defer the infrastructure requirements for secondary storage. In addition to compressing data stored within the database, Oracle Advanced Compression also includes the capability to compress backed up data. This includes RMAN compression technology that can dramatically reduce the storage requirements for backup data. Due to RMANs tight integration with Oracle Database, backup data is compressed before it is written to disk or tape and doesnt need to be uncompressed before recovery - providing an enormous reduction in storage costs. Oracle Advanced Compression also includes the capability to compress the backup data generated by Data Pump tool.
13
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
Patch 8983266 8930565 8914197 8876094 8856478 8834636 8608377 8599477 8503195 8409203 8364676 8287680 8999228 9011088
Description MLR request for 8352309 and 8966797 and 8930565 Merge request on top of 11.1.0.7.0 for bugs 7281382 7715244 8277580 8287680 Make 'ALTER SESSION SET DB_BLOCK_CHECKING' a NO-OP ORA-00308 in alert logs of our environment Perf degradation with SF compression on small LOBS Concurrent inserts into compressed table causes high CPU and buffer busy waits Alter table move compress with securefile option is slow Encountered ORA-04031 with large KDL compression related call memory usage Wrong row source time statistics under SQL_TRACE=TRUE MLR of 8249087 and 7281382 on 11.1.0.7 Row cache lock contention when compressing table using ALTER TABLE OLTP table compression INSERT performance Avoid XDF Utility to change storage definition of compressed index Avoid data corruption during insert on a compressed table having > 255 columns
Description Concurrent Inserts into Compressed Table Causes High CPU and Buffer Busy Waits Significant Buffer Busy Waits - Multiple Sessions Inserting in Compressed Table Same Blk Returned Performance Issue (High Logical IOS and Block Changes) Buffer Busy Waits Inserting Into Tables Buffer Busy Waits and Latch: Cache Buffers Waits When Inserting
14
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
AK_ATTRIBUTES AK_ATTRIBUTES_TL AK_REGION_ITEMS AK_REGION_ITEMS_TL AK_WEB_USER_SEC_ATTR_VALUES AP_CARDS_ALL AP_CHECKS_ALL AP_CREDIT_CARD_TRXNS_ALL AP_DBI_LOG AP_EXPENSE_REPORT_HEADERS_ALL AP_EXPENSE_REPORT_LINES_ALL AP_EXP_REPORT_DISTS_ALL AP_INVOICES_ALL AP_INVOICE_DISTRIBUTIONS_ALL AP_INVOICE_LINES_ALL AP_INVOICE_PAYMENTS_ALL AP_PAYMENT_SCHEDULES_ALL AR_CASH_RECEIPTS_ALL AR_CASH_RECEIPT_HISTORY_ALL AR_DISTRIBUTIONS_ALL AR_PAYMENT_SCHEDULES_ALL AR_RECEIVABLE_APPLICATIONS_ALL BOM_CALENDAR_DATES CST_ITEM_COSTS FF_DATABASE_ITEMS FF_FDI_USAGES_F FF_ROUTE_PARAMETER_VALUES FF_USER_ENTITIES FND_APPL_SESSIONS FND_COLUMNS FND_COMPILED_MENU_FUNCTIONS FND_CONCURRENT_PROCESSES FND_CONCURRENT_REQUESTS
HZ_CUST_ACCOUNTS HZ_CUST_ACCT_SITES_ALL HZ_CUST_SITE_USES_ALL HZ_HIERARCHY_NODES HZ_LOCATIONS HZ_ORGANIZATION_PROFILES HZ_ORG_CONTACTS HZ_PARTIES HZ_PARTY_SITES HZ_PARTY_SITE_USES HZ_RELATIONSHIPS IBY_CREDITCARD IBY_FNDCPT_TX_EXTENSIONS ICX_CAT_ATTRIBUTE_VALUES_TLP ICX_CUSTOM_MENU_ENTRIES ICX_SESSIONS ICX_SESSION_ATTRIBUTES ICX_TRANSACTIONS JDR_ATTRIBUTES JDR_COMPONENTS JDR_PATHS JTF_RS_RESOURCE_EXTNS MRP_ATP_SCHEDULE_TEMP MRP_RELIEF_INTERFACE MRP_SO_LINES_TEMP MTL_DEMAND MTL_ITEM_CATEGORIES MTL_MATERIAL_TRANSACTIONS MTL_ONHAND_QUANTITIES_DETAIL MTL_RESERVATIONS MTL_SALES_ORDERS MTL_SERIAL_NUMBERS MTL_SUPPLY
PO_HEADERS_ARCHIVE_ALL PO_LINES_ALL PO_LINES_ARCHIVE_ALL PO_LINES_INTERFACE PO_LINE_LOCATIONS_ALL PO_LINE_LOCATIONS_ARCHIVE_ALL PO_RELEASES_ALL PO_RELEASES_ARCHIVE_ALL PO_REQUISITION_HEADERS_ALL PO_REQUISITION_LINES_ALL PO_REQ_DISTRIBUTIONS_ALL RA_BATCHES_ALL RA_CUSTOMER_TRX_ALL RA_CUSTOMER_TRX_LINES_ALL RA_CUST_TRX_LINE_GL_DIST_ALL RA_CUST_TRX_LINE_SALESREPS_ALL RA_INTERFACE_SALESCREDITS_ALL RCV_HEADERS_INTERFACE RCV_SHIPMENT_HEADERS RCV_SHIPMENT_LINES RCV_TRANSACTIONS WF_ACTIVITIES WF_ACTIVITIES_TL WF_ACTIVITY_ATTRIBUTES WF_ACTIVITY_ATTR_VALUES WF_ACTIVITY_TRANSITIONS WF_COMMENTS WF_DEFERRED WF_DEFERRED_TABLE_M WF_ITEMS WF_ITEM_ACTIVITY_STATUSES WF_ITEM_ACTIVITY_STATUSES_H WF_ITEM_ATTRIBUTE_VALUES
15
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
FND_CONC_PP_ACTIONS FND_CRM_HISTORY FND_DESCR_FLEX_COLUMN_USAGES FND_DESCR_FLEX_COL_USAGE_TL FND_DOCUMENTS_LONG_RAW FND_DOC_SEQUENCE_AUDIT FND_ENV_CONTEXT FND_FLEX_VALUES FND_FLEX_VALUES_TL FND_FORM_FUNCTIONS FND_FORM_FUNCTIONS_TL FND_LOBS FND_LOGINS FND_LOOKUP_VALUES FND_MENU_ENTRIES FND_MENU_ENTRIES_TL FND_NEW_MESSAGES FND_PROFILE_OPTION_VALUES FND_STATS_HIST FND_TABLES FND_USER GL_BC_PACKETS GL_CODE_COMBINATIONS GL_INTERFACE GL_JE_BATCHES GL_JE_HEADERS GL_JE_LINES GL_PERIOD_STATUSES HIST_HEAD$ HXC_TIME_ATTRIBUTES HXC_TIME_ATTRIBUTE_USAGES HXC_TIME_BUILDING_BLOCKS HZ_CONTACT_POINTS HZ_CUSTOMER_PROFILES
MTL_SYSTEM_ITEMS_TL MTL_TXN_REQUEST_HEADERS OE_ORDER_HEADERS_ALL OE_SALES_CREDITS OKC_K_HEADERS_ALL_B OKC_K_LINES_B ONT_DBI_CHANGE_LOG PAY_ACTION_INFORMATION PAY_ACTION_INTERLOCKS PAY_ASSIGNMENT_ACTIONS PAY_BALANCE_FEEDS_F PAY_DEFINED_BALANCES PAY_ELEMENT_ENTRIES_F PAY_ELEMENT_ENTRY_VALUES_F PAY_EXTERNAL_ACCOUNTS PAY_LATEST_BALANCES PAY_MESSAGE_LINES PAY_PRE_PAYMENTS PAY_PROCESS_EVENTS PAY_RECORDED_REQUESTS PAY_RUN_BALANCES PAY_RUN_RESULTS PAY_RUN_RESULT_VALUES PAY_USER_COLUMN_INSTANCES_F PER_ALL_ASSIGNMENTS_F PER_ALL_PEOPLE_F PER_PERSON_TYPE_USAGES_F PER_TIME_PERIODS PJM_UNIT_NUMBERS PO_ACTION_HISTORY PO_APPROVAL_LIST_HEADERS PO_DISTRIBUTIONS_ALL PO_DISTRIBUTIONS_ARCHIVE_ALL PO_HEADERS_ALL
WF_LOCAL_ROLES WF_LOCAL_USER_ROLES WF_MESSAGES_TL WF_MESSAGE_ATTRIBUTES WF_MESSAGE_ATTRIBUTES_TL WF_NOTIFICATIONS WF_NOTIFICATION_ATTRIBUTES WF_PROCESS_ACTIVITIES WF_USER_ROLE_ASSIGNMENTS WIP_ENTITIES WSH_DD_TXNS WSH_DELIVERY_ASSIGNMENTS WSH_DELIVERY_DETAILS WSH_DELIVERY_LEGS WSH_DOCUMENT_INSTANCES WSH_EXCEPTIONS WSH_FREIGHT_COSTS WSH_LOCATIONS WSH_NEW_DELIVERIES WSH_PICKING_BATCHES WSH_REGION_LOCATIONS WSH_TRIPS WSH_TRIP_STOPS XLA_AE_HEADERS XLA_AE_LINES XLA_AE_SEGMENT_VALUES XLA_DISTRIBUTION_LINKS XLA_EVENTS XLA_TRANSACTION_ENTITIES XNP_MSGS ZX_PARTY_TAX_PROFILE ZX_REC_NREC_DIST
16
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
AP_AE_HEADERS_ALL AP_AE_LINES_ALL AP_CHECKS_ALL AP_CREDIT_CARD_TRXNS_ALL AP_EXPENSE_REPORT_HEADERS_ALL AP_EXPENSE_REPORT_LINES_ALL AP_EXP_REPORT_DISTS_ALL AP_HOLDS_ALL AP_INVOICES_ALL AP_INVOICE_DISTRIBUTIONS_ALL AP_INVOICE_DISTS_ARCH AP_INVOICE_LINES_ALL AP_INVOICE_PAYMENTS_ALL AP_PAYMENT_HISTORY_ALL AP_PAYMENT_HIST_DISTS AP_PAYMENT_SCHEDULES_ALL AR_CASH_RECEIPTS_ALL AR_CASH_RECEIPT_HISTORY_ALL AR_DISTRIBUTIONS_ALL AR_PAYMENT_SCHEDULES_ALL AR_RECEIPTS_REP_ITF AR_RECEIVABLE_APPLICATIONS_ALL ASO_QUOTE_HEADERS_ALL ASO_QUOTE_LINE_DETAILS AS_ACCESSES_ALL_ALL AS_OPP_WORKSHEET_LINES AS_SALES_CREDITS_DENORM AS_SALES_LEADS AX_SLE_LINES BEN_EXT_CHG_EVT_LOG BEN_EXT_RSLT_ERR
HZ_CUST_ACCOUNTS HZ_CUST_ACCOUNT_ROLES HZ_CUST_ACCT_RELATE_ALL HZ_MERGE_ENTITY_ATTRIBUTES HZ_MERGE_PARTY_HISTORY HZ_MERGE_PARTY_LOG HZ_ORGANIZATION_PROFILES HZ_ORG_CONTACTS HZ_PARAM_TAB HZ_PARTIES HZ_PARTY_SITE_USES HZ_PERSON_PROFILES HZ_RELATIONSHIPS HZ_STAGED_PARTIES IBY_CREDITCARD IBY_EXT_BANK_ACCOUNTS IBY_TRXN_DOCUMENTS ICX_CAT_ITEMS_CTX_HDRS_TLP IEX_DELINQUENCIES_ALL IEX_SCORE_HISTORIES INV_TOTAL_TAX_NULL IPM_DOCUMENT_METRICS IPM_LOBS IPM_OBJECTS IPM_OBJECT_H IPM_OBJECT_METADATA JDR_ATTRIBUTES JDR_COMPONENTS JTF_NOTES_B JTF_NOTE_CONTEXTS JTF_RS_GROUPS_TL
OKI_SRM_006_MV OKS_BILL_CONT_LINES OKS_BILL_TXN_LINES OKS_COVERAGE_TIMES OKS_COVERAGE_TIMEZONES OKS_K_HEADERS_B OKS_K_LINES_B OKS_K_LINES_TL OKS_LEVEL_ELEMENTS OKS_REPROCESSING OTA_ACTIVITY_VERSIONS_TL OTA_DELEGATE_BOOKINGS OTA_EVENTS OTA_EVENTS_TL OTA_OFFERINGS_TL OTA_PRICE_LIST_ENTRIES OTA_RESOURCE_BOOKINGS PASA_EXPEND_EMEA2 PAYROLL_DEDUCTIONS_NEW PAY_ACTION_INFORMATION PAY_ASSIGNMENT_ACTIONS PAY_ASSIGNMENT_LATEST_BALANCES PAY_COSTS PAY_ELEMENT_ENTRIES_F PAY_ELEMENT_ENTRY_VALUES_A PAY_ELEMENT_ENTRY_VALUES_F PAY_PAYROLL_ACTIONS PAY_PERSON_LATEST_BALANCES PAY_PROCESS_EVENTS PAY_RUN_BALANCES PAY_RUN_RESULTS
17
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
BEN_PERSON_ACTIONS CN_COMMISSION_HEADERS_ALL CN_COMMISSION_LINES_ALL CN_COMM_LINES_API_ALL CN_COMM_LINES_API_ALL_ARCH CN_TRX_SALES_LINES_ALL CRM_ACCTMPG_RESULTS_OD CSI_IP_ACCOUNTS CSI_ITEM_INSTANCES CSI_I_PARTIES CSI_I_PRICING_ATTRIBS CSI_SYSTEMS_B CSI_SYSTEMS_TL CST_REVENUE_RECOGNITION_LINES CZ_LOCALIZED_TEXTS CZ_PS_NODES ECX_DOCLOGS FII_AP_INV_B FII_AR_REVENUE_B FII_GL_JE_SUMMARY_B FND_ATTACHED_DOCUMENTS FND_CONCURRENT_REQUESTS_ARCH FND_DOCUMENTS FND_DOCUMENTS_TL FND_FLEX_EXCLUDE_RULE_LINES FND_FLEX_VALUES_TL FND_GRANTS FND_LOGINS FND_LOOKUP_VALUES FND_MENU_ENTRIES_TL FND_NEW_MESSAGES FND_PROFILE_OPTION_VALUES GL_ACCOUNT_HIERARCHIES GL_BALANCES GL_BUDGET_ASSIGNMENTS GL_CODE_COMBINATIONS GL_CONSOLIDATION_AUDIT GL_IMPORT_REFERENCES
JTF_RS_REP_MANAGERS JTF_RS_RESOURCE_EXTNS JTF_RS_RESOURCE_EXTNS_TL JTF_RS_ROLE_RELATIONS JTF_TASKS_TL MIG_BALANCES MIG_CODE_COMBINATIONS MISAP_EXPENSES_AUDIT MISAR_BUCKET_AGING MISCN_COMM_LINES_API_ALL_ARCH MISCN_MIS_COMM_LN_API_ALL_ARCH MISETD_TRANSACTIONS_FACT MISETD_TRANS_FACT_AGG MISGL_IR_REPORT_REQUESTS MIS_CSI_IB_CDR MIS_OKC_CDR_LINES_ALL MIS_OTA_LETTER_REQUESTS MIS_OTA_OLN_MEMBERSHIPS MIS_SUPPORT_DETAILS_ALL MIS_WSH_DHL_DELIVERIES MLOG$_ENI_OLTP_ITEM_STAR MLOG$_OKI_DBI_CLE_B MTL_ITEM_REVISIONS_TL MTL_SYSTEM_ITEMS_TL MTL_TRANSACTION_ACCOUNTS OE_AGREEMENTS_B OE_AGREEMENTS_TL OE_ORDER_PRICE_ATTRIBS OE_PRICE_ADJUSTMENTS OE_SALES_CREDITS OFS_BOM_OPTIONS_PRICES OFS_FEE_ADJUSTMENTS OFS_MIGRATION_LINES_ALL OFS_ORDERS_ALL OFS_ORDER_MESSAGES OFS_ORDER_ROLES_ALL OKC_ARTICLE_VERSIONS OKC_CONTACTS
PAY_RUN_RESULT_VALUES PA_ACTION_SET_LINE_AUD PA_COST_DISTRIBUTION_LINES_ALL PA_CUST_REV_DIST_LINES_ALL PA_DRAFT_INVOICE_ITEMS PA_EI_DENORM PA_EVENTS PA_EXPENDITURES_ALL PA_EXPENDITURE_COMMENTS PA_EXPENDITURE_ITEMS_ALL PA_FORECAST_ITEMS PA_FORECAST_ITEM_DETAILS PA_PROJECTS_ALL PA_PROJECT_ASSIGNMENTS PA_PROJECT_CLASSES PA_PROJECT_PARTIES PA_RESOURCES_DENORM PA_SCHEDULES PA_TASKS PA_TXN_INTERFACE_AUDIT_ALL PER_ALL_ASSIGNMENTS_F PER_ALL_PEOPLE_F PER_COMPETENCE_ELEMENTS PER_OBJECTIVES PER_PERSON_LIST PER_PERSON_TYPE_USAGES_F PER_PHONES PJI_FP_XBS_ACCUM_F PO_DISTRIBUTIONS_ALL PO_HEADERS_ALL PO_LINES_ALL PO_LINE_LOCATIONS_ALL PO_REQUISITION_HEADERS_ALL PO_REQUISITION_LINES_ALL PO_REQ_DISTRIBUTIONS_ALL PV_ENTITY_RULES_APPLIED QP_LIST_LINES QP_PRICING_ATTRIBUTES
18
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression
GL_INTERFACE_HISTORY GL_JE_HEADERS GL_JE_LINES GPI_ERROR_LOG_TL HRI_ADM_MTHD_RANGES HRI_CS_SUPH HR_ALL_ORGANIZATION_UNITS_TL HR_ORGANIZATION_INFORMATION HR_TRANSACTION_SNAPSHOT HXC_APP_PERIOD_SUMMARY HXC_LATEST_DETAILS HXC_TIMECARD_SUMMARY HXC_TIME_ATTRIBUTES HXC_TIME_ATTRIBUTE_USAGES HXC_TIME_BUILDING_BLOCKS HXC_TRANSACTIONS HXC_TRANSACTION_DETAILS HXT_DET_HOURS_WORKED_F HXT_SUM_HOURS_WORKED_F HZ_CONTACT_POINTS HZ_CUSTOMER_PROFILES
OKC_K_ARTICLES_B OKC_K_GRPINGS OKC_K_HEADERS_ALL_B OKC_K_HISTORY_B OKC_K_HISTORY_TL OKC_K_ITEMS OKC_K_LINES_B OKC_K_LINES_TL OKC_K_PARTY_ROLES_B OKC_K_PARTY_ROLES_TL OKC_K_VERS_NUMBERS OKC_OPERATION_LINES OKC_PRICE_ATT_VALUES OKC_RULES_B OKC_RULES_TL OKC_RULE_GROUPS_B OKC_TIMEVALUES_B OKC_TIMEVALUES_TL OKI_COV_PRD_LINES OKI_DBI_CLE_B OKI_SRM_005_MV
RA_CUSTOMER_MERGES RA_CUSTOMER_TRX_ALL RA_CUSTOMER_TRX_LINES_ALL RA_CUST_TRX_LINE_GL_DIST_ALL RA_CUST_TRX_LINE_SALESREPS_ALL RA_INTERFACE_SALESCREDITS_ALL RA_INTERFACE_SALESCREDITS_B RCV_SHIPMENT_HEADERS WF_DEFERRED WF_ERROR WF_ITEMS WF_ITEM_ACTIVITY_STATUSES WF_ITEM_ACTIVITY_STATUSES_H WF_ITEM_ATTRIBUTE_VALUES WF_NOTIFICATIONS WF_NOTIFICATION_ATTRIBUTES WF_NOTIFICATION_OUT WSH_DELIVERY_DETAILS XLA_AE_SEGMENT_VALUES ZX_REC_NREC_DIST
19
Oracle E-Business Suite Release 12.1 with Oracle Database 11g Advanced Compression April 2010 Authors: Uday Moogala, Lester Gutierrez, Andy Tremayne Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA 94065 U.S.A. Worldwide Inquiries: Phone: +1.650.506.7000 Fax: +1.650.506.7200 oracle.com Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open Company, Ltd. 0110 Copyright 2010, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only and 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.