Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2144137.1
Update Date:2017-11-12
Keywords:

Solution Type  Problem Resolution Sure

Solution  2144137.1 :   Performance Intelligence Center (PIC) ProTrace Slow Export Daily KPI For Long Period on PIC 10.2  


Related Items
  • Oracle Communications Performance Intelligence Center (PIC) Software
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec PIC
  •  




In this Document
Symptoms
Cause
Solution
References


Created from <SR 3-12705208371>

Applies to:

Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.2.0 and later
Information in this document applies to any platform.

Symptoms

Export of a daily KPI over several days can take few minutes even if there are few rows to exports.

For example, export of 30 days of a daily KPI which generate only 6 rows per days (total of 180 rows) take around 5 minutes.

Cause

In PIC 10.2, Management (NSP) Troubleshooting application (ProTrace) automatically split the query by slice of 1 hour when query period is above 1 hour.

In example above, NSP ProTrace runs 720 sub-queries which can take up to 5 minutes.

Export strategy to execute multiple 1 hour queries to export any duration. This will ensure that INDEX_RANGE_SCAN is used instead of INDEX_FULL_SCAN.

In case of less number of records the auto split may take more time (because of more number of queries to fetch less records) but it is a real advantage is when the number of records is huge for a given extraction period.

Solution

To disable this automatic split, please open a new SR for support engineer to apply the change (mention this KM in SR description).

Internal Procedure

Parameter SPLIT_ON_EXPORT can be changed with the following procedure:

  1. Connect as tekelec on MGMT server
  2. Connect on MGMT database in sqlplus as NSP user
    $ sqlplus /@nsp
  3. Update parameter:
    SQL> UPDATE COR_SYSTEM_CONFIG SET CONFIGURATION_VALUE='false' WHERE CONFIGURATION_NAME='SPLIT_ON_EXPORT';
  4. Commit changes:
    SQL> COMMIT;
  5. New parameter will be taken into account at next login on MGMT GUI (logout if needed)

References

<BUG:23283275> - SLOW EXPORT EVEN FOR FEW ROWS

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback