You are on page 1of 22

QAS

Database performance check

SAP System ID
SAP Component SAP ERP Central Component 5.0
DB System ORACLE 9.2.0.6
Operating AIX
System
Customer CenturyTel
Service Center SAP Support, Dublin
Telephone +353 1 467 4000
Fax +353 1 467 4100

Date of Session 28.10.2010 <dat_dummy> Session No.


Date of Report 28.10.2010 Installation No.
Author Sicco Lansu Customer No.
<Watermark>
Database Load Analysis

1 Table of Contents
1 TABLE OF CONTENTS.......................................................................................................................................... 2
2 R/3 PERFORMANCE OVERVIEW QAS.................................................................................................................4
3 DATABASE LOAD ANALYSIS............................................................................................................................... 4
3.1 DATABASE OVERVIEW...................................................................................................................... 4
3.2 MEMORY ALLOCATION..................................................................................................................... 8
3.3 DATABASE PARAMETER SETTINGS.................................................................................................... 8
3.3.1 Parameters.............................................................................................................................................. 8
4 EXPENSIVE SQL STATEMENTS...........................................................................................................................9
4.1 EXPENSIVE SQL STATEMENT DETAILS.............................................................................................. 9
4.1.1 SQL Statement 1: full table scan on BDCPS...........................................................................................9
4.1.2 SQL Statement 1: access on table zboc................................................................................................10
5 ISSUES................................................................................................................................................................. 12
5.1 LATEST ORACLE PATCH 9.2.0.8 IS NOT IMPLEMENTED....................................................................12
5.2 ISSUE : PSAPTEMP TYPE............................................................................................................ 12
5.3 ISSUE : SMALL STATISTICS SAMPLE SIZES......................................................................................12
5.4 ISSUE: SEGMENTS WITH ACTIVATED PARALLELISM DEGREE.............................................................13
5.5 ISSUE : MISSING TABLE STATISTICS...............................................................................................20
5.6 ISSUE : MISSING INDEX STATISTICS................................................................................................20

Database Session, CenturyTel., 28.10.2010


Database Session, CenturyTel., 28.10.2010
2 R/3 Performance overview QAS
ST03N extract of Week 25.10 – 31.10:

3 Database Load Analysis


4 Database Overview
This section contains general information related to the Oracle database. Parts of the output that may indicate a
problem or risk are marked yellow and analyzed more in detail. If there is really an underlying problem, this is
addressed in detail in this report.

------------------------------------------------------------------------------------------------
Name Value
GENERAL INFORMATION:

Evaluation time 28.10.2010 15:55:34


Database startup time 07.10.2010 22:49:15
Database creation time 22.07.2010 10:09:09
Database resetlogs time 22.07.2010 10:40:19
Instance name QAS
Database name QAS
Version 9.2.0.6.0
Host name sapqas
Characterset WE8DEC
National Characterset UTF8
Platform IBM AIX64/RS6000 V4 - 8.1.0
Real application clusters No
Archiver state STARTED
Archive Log Mode NOARCHIVELOG
Force Logging Mode No
PSAPTEMP type DMTS/P
Tables not in DEFAULT buffer pool 0
OFFLINE datafiles 0
RECOVER datafiles 0
Backup mode datafiles 0
UNUSABLE indexes 0
UNUSABLE index partitions 0
Free buffer waits No
Checkpoint not complete No
Archiver stuck No

Database Session, CenturyTel., 28.10.2010


Name Value
PGA multipass executions 0
Parallel operations downgraded 0
Tables with parallel degree > 1 0
Indexes with parallel degree > 1 507
Compressed indexes 0
Compressed indexes partitions 0
Compressed tables 0
Compressed table partitions 0
NOLOGGING indexes 509
NOLOGGING tables 0
Supplemental logging tables 0
Index organized tables 0
QCM tables 7
MLOG$ tables 0
RUPD$ tables 0
Materialized views 0
Segments not pre-calculated for DBA_SEGMENTS 0
Non-default triggers 0
INVALID objects in DDIC 6
Non-default database users 15
Outlines 0
LOBs with PCTVERSION > 10 0

ORACLE DDIC COMPONENTS:

CATALOG 9.2.0.6.0 (VALID)


CATPROC 9.2.0.6.0 (VALID)

RESOURCE INFORMATION:

Processes current: 97, max.: 106, limit: 2000


Sessions current: 99, max.: 118, limit: 3000
PX slaves current: 0, max.: 32, limit: 81

SPACE INFORMATION:

Tablespaces 37
Datafiles 1834 ( 3579.29 GB)
Tempfiles 0 ( 0.00 GB)
Freespace fragments 13791 ( 288.50 GB)
Redo log groups 4
Redo log members 2
Redo log size (min.) 1024.00 MB

CBO STATISTICS:

Tables with small statistics sample size 7


Tables without statistics 754
Indexes without statistics 17

KEY FIGURES (SINCE DATABASE START):

Buffer quality 95.72 %


Reads / user call 17.90
User / recursive calls 3.37
user commits / s 1.92
user calls / s 1059.50
recursive calls / s 313.96
session logical reads / s 18969.91
physical reads / s 812.45
db block changes / s 1265.31
consistent changes / s 9.71
physical writes / s 92.41
redo blocks written / s 1047.25
table fetch by rowid / s 17699.91

Database Session, CenturyTel., 28.10.2010


Name Value
table fetch continued row / s 15.52
bytes sent via SQL*Net to client / s 148996.35
bytes received via SQL*Net from client / s 71847.45
SQL*Net roundtrips to/from client / s 1059.46

TOP I/O READ TABLESPACES (SINCE DATABASE START):

PSAPBTABD 34.31 %
PSAPSTABD 32.45 %
PSAPUSER1I 32.20 %
PSAPBTABI 0.68 %
PSAPCLUD 0.18 %
PSAPCLUI 0.05 %
PSAPSTABI 0.05 %
SYSTEM 0.02 %
PSAPTEMP 0.01 %
PSAPES640D 0.00 %

Description of the individual checks:

Check Description Conclusions and potential Issues SAP Notes


Archive log mode Archive log mode Should always be "ARCHIVELOG", otherwise no 863417
offline redo logs are created and recovery is not
possible
PSAPTEMP type Type of PSAPTEMP Should usually be locally managed with 659946
tablespace temporary contents (LMTS/T)
Indexes with parallel Number of indexes with a Reset parallelism to NOPARALLEL in order to 651060
degree > 1 parallelism degree avoid undesired parallel executions
greater than 1 defined on
segment level
Tables with small Number of tables with Statistics with a sufficient sample size should be 588668
statistics sample size CBO statistics based on created
a number of rows that is
significantly lower than
the BRCONNECT
statistics sample size
Tables without Number of tables without Reason for missing statistics needs to be 588668
statistics CBO statistics eliminated and new statistics need to be created
Indexes without Number of indexes Eliminate reason for missing index statistics and 588668
statistics without CBO statistics create new CBO statistics
5 Top Timed Events in V$system_event
This section provides an overview of the top timed events in the available Oracle history:

Database Session, CenturyTel., 28.10.2010


Evaluating the db time history it can be seen that the workload are even during working days. The most significant
wait events are physical I/O (i.e. db file sequential read).

The main timed events and the general tuning approaches are:
- db file sequential read
o Meaning: Reading a single block from disk
o General tuning approaches:
 Larger buffer pool so that more blocks can be stored in memory
 Improvement of I/O performance
 Tuning of expensive SQL statements in terms of disk reads
o SAP Notes: 619188, 793113
- buffer busy waits
o Meaning: Waiting for a block that is held in incompatible mode, usually a secondary problem
(e.g. related to “log buffer space” waits or archiver stuck situations) or related to massively
parallel INSERTs
o General tuning approaches:
 Analyze and tune the primary problem
 Optimize INSERTs
o SAP Note: 619188
- db file scattered read
o Meaning: Reading multiple consecutive blocks from disk, happens usually during full table
scans
o General tuning approaches:
 See section “db file sequential read”
 Tune expensive SQL statements performing full table scans
o SAP Notes: 619188, 793113
o

- log file sync


o Meaning: Synchronization of online redo logs (mainly write I/O)
o General tuning approaches:
 Tune I/O write performance to the redo logs
 Reduce number of COMMIT operations
o Notes: 619188, 793113

Database Session, CenturyTel., 28.10.2010


6 Memory Allocation
This section provides an overview of the Oracle memory utilization in terms of SGA, PGA and process memory.
The shared pool size is too small and should be increased as per SAP Note 690241, minimum 400MB.

PGA_AGGREGATE_TARGET 0 still using the manual PGA. See SAP Note 619876.

7 Database Parameter Settings


8 Parameters
Make sure that you apply the released patches and parameter recommendations frequently, ideally on a monthly
basis (see SAP Note 124361).

Recommendation: Based on the analysis of your current parameter settings, the following table provides
recommendations to the parameters that are not in accordance with SAP standard recommendations.

CURRENT SETTINGS
Name Recommendation
*** date/time 2010-10-28/16:12 *** note/version 830576/175 124361/143
*** 632427/14 632556/75 ***
_optimizer_join_sel_sanity_check add with value "TRUE"
_table_lookup_prefetch_size add with value "0"
db_writer_processes check if default value "1" is suitable
(change default in case of dbwr problems
only)
shared_pool_size check if default value "67108864" is
suitable (appropriately set; at least
400MB)
_eliminate_common_subexpr check if value "FALSE" is suitable (FALSE
as workaround for fixes in 814514,
822638)
PGA_AGGREGATE_TARGET Activate automatic PGA See sap note
619876

Database Session, CenturyTel., 28.10.2010


9 Expensive SQL Statements
This section contains recommendations for expensive SQL statements.

Total logical reads and disk reads:

10 Expensive SQL Statement Details


11 SQL Statement 1: full table scan on BDCPS
Priority: High

Description:
This Statement was causing the highest number of disk reads in your system and contributes to 39% of the total
disk reads in your database. It read 573 million disk reads in the sql cache area. It retrieves 1 row per execution.

Sql id load in sql cache area:

Name Value
Total number of executions 3,030
No. of 'disk reads' 573,232,340
No. of 'disk reads' per execution 189,185.6
No. of "buffer gets" 581,573,237
No. of 'buffer gets' per execution 191,938.4
Number of processed rows 3,029
Processed rows for execution 1.0
No. of 'buffer gets' per row 192,001.7
CPU Time (microsec) 37,479,310,000
CPU Time/Exec 12,369,409.2
Elapsed Time (Microsec) 204,824,679,146
Elapsed Time/Exec 67,598,904.0

ABAP program

Database Session, CenturyTel., 28.10.2010


SQL statement explain plan:

Recommendation:
See SA P Note 444124

12 SQL Statement 1: access on table zboc


Priority: High

Description:
This Statement was causing the second highest number of buffer gets in your system and contributes to 2% of the
total buffer gets in your database. It read 606 million buffer gets in the sql cache area. It retrieves 335 row per
execution.

Sql id load in sql cache area:

Name Value
Total number of executions 1,666,824
No. of 'disk reads' 21,023
No. of "buffer gets" 606,309,292
No. of 'buffer gets' per execution 363.8
Number of processed rows 558,572,053
Processed rows for execution 335.1
No. of 'buffer gets' per row 1.1
CPU Time (microsec) 3,894,740,000
CPU Time/Exec 2,336.6
Elapsed Time (Microsec) 13,221,420,033
Elapsed Time/Exec 7,932.1

ABAP program

Database Session, CenturyTel., 28.10.2010


SQL statement explain plan:

Recommendation:
Create a secondary index on table ZBOC with field EMP_EMPNO

Database Session, CenturyTel., 28.10.2010


13 ISSUES

14 Latest Oracle patch 9.2.0.8 is not implemented


Priority: High

Description:
Oracle patch 9.2.0.6 is not the newest patchset for oracle 9i and is not supported anymore. The extended support
maintenance terminated in July 2010.

Impact on Business:
This can cause database inconsistencies, higher your database activities and increase your business process
response time. This will impact your hardware resources such as hard drives, memory, and CPU.

Recommendation:
As explained in SAP Note 1330038 - Oracle sustaining support for Version 9.2 it is recommended to upgrade to
Oracle version 10.2.0.4.
If this is not possible due to your project deadlines, Implement Oracle patch 9.2.0.8 as per SAP Note 539921 -
Current patch set for Oracle 9.2.0, then Oracle 9.2.0.8 Merger fix as per SAP Note 992261 - Optimizer merge fix
for Oracle 9.2.0.8 and all patches recommended in SAP Note 938986 - Oracle Database 9.2: Patches for 9.2.0.

15 Issue : PSAPTEMP Type


Priority: Medium

Description:
You have set up the temporary tablespace PSAPTEMP as dictionary managed tablespace with permanent
contents (DMTS/P). In case of design problems (e.g. small extent sizes) this can result in critical performance
problems.

Business impact:
Medium risk of performance degradations

Recommendation:
Create PSAPTEMP as locally managed tablespace with temporary contents (LMTS/T). See SAP Note 659946 for
more information.

16 Issue : Small Statistics Sample Sizes


Priority: Medium

Description:
The CBO statistics sample sizes of the following tables are significantly lower than the BRCONNECT default
sample sizes (SQL: “CBOStatistics_SmallStatisticSampleSizes.txt”):

Database Session, CenturyTel., 28.10.2010


Small statistics sample sizes can result in wrong CBO decisions and performance problems.

Business impact:
Small risk of performance degradations

Recommendation:
Force a creation of new statistics for the mentioned tables:

brconnect -u / -c -f stats -t <table_name> -f collect

17 Issue: Segments with activated Parallelism Degree


Priority: High

Description:
Parallelism is activated on segment level for the following segments (SQL: “Segments_ParallelDegreeActive.txt”):

Result of the SELECT statement


-------------------------------------------------------------
|OWNER|SEGMENT_NAME |SEGMENT_TYPE|DEGREE |INSTANCES |
-------------------------------------------------------------
|SAPR3|/PTGWFI/M_MCR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|/SSF/PTAB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|/USE/PPR1_FISEQ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|/USE/PPR1_VALUES~0|INDEX | DEFAULT| DEFAULT|
|SAPR3|/VIRSA/ZCRAUTH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|A082~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ABC_FTREET~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ACCTHD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ACRELATION~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ADR3~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ADRCOMC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ADRCT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ADRP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|AGR_1250~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|AGR_HIERT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|AGR_HIER~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|AGR_SELECT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|AGR_TCODES~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ALALERTDB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ANLE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ANLK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ANLZ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|APQL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|AQGTS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ARFCSDATA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ASSOB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|AUSP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BALHDR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BALMP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BAMUIDTLCT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BDCP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BDLDATCOL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BDLSADATA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BDS_BAR_IN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BMTNODE01R^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BMTNODE01T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BNKA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BPIJ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BPJA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BSAK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BSID~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BSIM~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BSIP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|BTCJSTAT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATQ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATSDB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATV~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CATX~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CAT_VARS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CDHDR~0 |INDEX | DEFAULT| DEFAULT|

Database Session, CenturyTel., 28.10.2010


|SAPR3|CE4CTEL_ACCT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CE4CTEL_FLAG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CE4CTEL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CEFORMA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CEFORMS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CEFORMT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CEFORMV~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CEPRINT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CKHS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CKHT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CKIS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CKIT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CKMI1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CKMLKALNR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CMFP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CMPWL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COBK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COEJL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COEJR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COEJT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COEJ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COEPD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COEPR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COEP~1 |INDEX | DEFAULT| 1|
|SAPR3|COFIO1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COFIT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COFUNC1^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COIX~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COKL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COKP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COKS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COSB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COSL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COSR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|COSS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CRMC_FIELDGRP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CROSS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CSKB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CSMBK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CSSL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CUSAC^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CUSAH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CUSAL^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CUS_ACTH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CUS_ATRH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CUS_IMGACH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|CUS_IMGACT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|D020S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|D020T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|D021T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|D342L^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|D345T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|D347T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DBABARL^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DBAML~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD01L^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD01T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD02T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD03T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD04T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD05S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD07L^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD08L^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD08T^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD09L^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD17S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD25L^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD26S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD27S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD32S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD33S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD35L^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DD36S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DDFTX~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DDPRS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DDSHPVAL50~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DDSHPVALUE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DF33S~0 |INDEX | DEFAULT| DEFAULT|

Database Session, CenturyTel., 28.10.2010


|SAPR3|DF42S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DFTNODE01~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DMEE_TREE_NODE_T~0|INDEX | DEFAULT| DEFAULT|
|SAPR3|DMEE_TREE_NODE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DOKHL^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DOKIL^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYAD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYAS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYAT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYAX~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYSL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYST^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHCONT_ECI2~0|INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHCONT_E_CD~0|INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHCONT_E_CI~0|INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHFILE_ECI2~0|INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHHEAD_E_CD~0|INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHHYPE_ECD2RE|INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHHYPE_ECI2RE|INDEX | DEFAULT| DEFAULT|
|SAPR3|DSYS_PHHYPE_E_CDRE|INDEX | DEFAULT| DEFAULT|
|SAPR3|DYNPSOURCE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|E070C~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|E070TC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|E071KF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|E071K~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|E07T~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ECMCO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ECMCT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ECSCR_DATA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ECSCR_LINE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ECSCR_PAR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ECSCR_XML~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EDIDC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EDIDS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EDSAPPL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EINA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EIPA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EKAB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EKBE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EKKO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EKPO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EKUB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ENLFDIR^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ESDUS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ESKN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ETXDCH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EUDB^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|EWUCUCHK^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|FEBKO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|FEBVW~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|FPCONTEXTT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|FUNCT^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|GLOSSARY1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|GLOSSARY3~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|GLPCP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|GLPCT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|GRIX_VARP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|GRIX~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRIADATANR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRITABNR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRP1000~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRP1005~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRP1007~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRP1008~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRP1013~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRPAD007~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRPY_RGDIR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|HRS1211^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|IACMU_C~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|IACR_C~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|IFOBJSHORT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|INDTEXT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|JCDS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|JEST~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810003~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810004~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810006~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810008~0 |INDEX | DEFAULT| DEFAULT|

Database Session, CenturyTel., 28.10.2010


|SAPR3|K810011~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810012~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810013~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810014~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810015~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K810016~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|K820001~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|LFB1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|LFM1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|LIPS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|LTAK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|LTEX~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MAKT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MAPR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MBEW~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MENTREE1T~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MENTREE1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MLAN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MLCRP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MLCR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MLHD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MLIT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MLPP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MOFF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MONI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|MSSSOURCE^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|NRIV~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|OBJH^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|OBJK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|OBJSUBT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|OBJSUB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|OBJS^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|OLELOAD^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ONRKL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ONRPD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ONRPR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|P01T_AGS^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0000~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0002~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0003~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0007~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0014~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0021~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0041~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0106~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0167~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0168~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0169~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0221~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0267~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA0302~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA2002~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA2010~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PA2012~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PAD_ENQ_LOG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PAHI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PAYR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PCL1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PCL2~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PCL3~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PEVSH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PEVST~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PFBTC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PFLOG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PFPAR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PFSEL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PPDHD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PPDMSG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PRHI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PROP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PTEX2000~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PTEX2010~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PTRV_DOC_HD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PTRV_PERIO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PTRV_ROT_AWKEY~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PTRV_SCOS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PTRV_SHDR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|PUTTB~0 |INDEX | DEFAULT| DEFAULT|

Database Session, CenturyTel., 28.10.2010


|SAPR3|REGUHH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|REGUH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|REGUPO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|REGUV~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|REPOLOAD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|REPOSRC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|RFDT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|RPSCO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|RSEG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|RTXTF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|RTXTL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|RTXTT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S011~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S012~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S013~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S031~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S033~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S035~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S094~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|S174~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SBCMCONT1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SBCMPHF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SCPRVALL~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SCPRVALS^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SEOMETAREL^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SEOREDEF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SER01~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SETHEADERT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SETNODE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SETUSE_REP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SHP_IDX_EXIB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SHP_IDX_GDRC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SKAT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SKB1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMAPTNODER~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMENUSENEW~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMFIAA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMFIAP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMIMCONT1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMIMLOIO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMIMLOPR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMMESSAGE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SMSELKRIT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SOFD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SOFFLOIO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SOFFPHIO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SOFM~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SOTR_TEXT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SREPORTEXT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SREPOVARI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SRTVOCCUR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|STERM_TEXT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|STXFTXTA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWDSBINDEF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWDSDSTEPS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWDSMLINES~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWDSMNODES~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWDSPROPTS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWDSTEXT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWD_TEXT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWFDEVINST~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWFREVTLOG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWOTLV~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWOTTQ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWPNODELOG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWPNODE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWPSTEPLOG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWP_ADM_US~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWP_JOIN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWP_NODEWI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWBINDEF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWCNTP0~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWEI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWLOGHIST~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWORGTASK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWRUNMETH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWUSERWI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWWWIRET~0 |INDEX | DEFAULT| DEFAULT|

Database Session, CenturyTel., 28.10.2010


|SAPR3|SWW_WI2OBJ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SWZAIENTRY~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|SXS_STAT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T022D^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T499S~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T510~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T511~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T512B~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T512G~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T512Q~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T512Z^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T513A~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T514N~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T51A1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T51R4~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T51R5_HIST~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T51R8~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T528B~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52BA^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52C0^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52C2~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52D7~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52D9~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52EL^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52SPS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52STH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T52ST~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T532F~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T549B~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T54C1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T54C3^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T552A~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T596I^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T599R~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T5BTM~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T5P1R~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T5U28~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T5UQR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T5UTW~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T5UX1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T5WOC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T706O^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T706U^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T706V~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T706Z1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T750X~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T7TW2A^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T802T~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T804G~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|T811F~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TA21L1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TA21L~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TA22RSF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TA22RSS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TABA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TABDIRDEVC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TASUVCAT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TASUVSVD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TBTCP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TBZ3R^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TBZ3S^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TCDCOUPLES~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TCNVF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TCPSPTS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TCUSC^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TCVIEW~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TFDIR^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TFTIT^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TIDIMATTRIB_01~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TKETRPROT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TMC2F^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TMC2K~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TMSALOGAR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TNODE02R^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TNODE02^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TNODEIMGT^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TOA02~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TOA_L03~0 |INDEX | DEFAULT| DEFAULT|

Database Session, CenturyTel., 28.10.2010


|SAPR3|TODIR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TPFET~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TPFYDOC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TSPEVJOB~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TST03~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TSTCT^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TSTC_SM^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TTXI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TTXY~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TVARVC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TZIN1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TZIN3~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|TZIN4~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USH02~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USOBT^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USOBT_C~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USOBX^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USOBX_C~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USR05~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USR12~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|USR13~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|UST12~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VARID~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VARIT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VARI~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VBFS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VBRK~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VBUP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VCLSTRUCT^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VCLSTRUDEP^0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VRKPA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VRPMA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VSPRHI_CN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|VSPROJ_CN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|Z0001~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|Z0010~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|Z810BAD~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZBOC~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZCLASS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZEDICH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZEMP~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZEXCHG~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZLIC1~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZLOGONINFO~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZMMOMSW~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZMSDVERR~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZMSER~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZMSFA~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZMUPS_ORDERS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZORGNAM~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZPM_INVOICE~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZTERMS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZUSER~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZVIRCRAUTH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZVIRSODMATRIX~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZWCHRS~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZZCABSAPAY~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZZCABSSCAN~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZZCABSSRCH~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZZCBADJ~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZZCSF~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZZSYSACCSTAT~0 |INDEX | DEFAULT| DEFAULT|
|SAPR3|ZZYAF~0 |INDEX | DEFAULT| DEFAULT|
-------------------------------------------------------------

This parallelism impacts the CBO cost calculation and can lead to parallelized full table scans or index fast full
scans.

Business impact:
Medium risk of performance degradations

Recommendation:
Reset the segments to NOPARALLEL using:

ALTER TABLE "<table_name>" NOPARALLEL;


ALTER INDEX "<index_name>" NOPARALLEL;

Database Session, CenturyTel., 28.10.2010


Use a PARALLEL hint if some SQL statements really require parallelism. See SAP Note 651060 for more
information.

18 Issue : Missing Table Statistics


Priority: High

Description:
No CBO statistics exist for the following tables (SQL: “CBOStatistics_TablesWithoutStatistics.txt”):

Most of the missing statistics are a direct consequence of outdated DBSTATC settings (ACTIV=I, ACTIV=R,
ACTIV=N).

Business impact:
Medium risk of performance degradations

Recommendation:
Initialize the statistics control table DBSTATC by executing the script dbstatc.sql attached to SAP Note 403704.
After the next statistics run all table should have CBO statistics.

19 Issue : Missing Index Statistics


Priority: High

Description:
No CBO statistics are created for the following index(es), although the related tables have CBO statistics (SQL:
“CBOStatistics_IndexesWithoutStatistics.txt”):

Database Session, CenturyTel., 28.10.2010


Business impact:
Medium risk of performance degradations

Recommendation:
Create new CBO statistics for the mentioned index(es):

brconnect -u / -c -f stats -t <name> -f collect

Database Session, CenturyTel., 28.10.2010

You might also like