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-71-2310737.1
Update Date:2017-09-27
Keywords:

Solution Type  Technical Instruction Sure

Solution  2310737.1 :   How to Purge Regularly NSP_CONF Tablespace ?  


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
Goal
Solution


Created from <SR 3-15450220204>

Applies to:

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

Goal

In some cases MLOG$_CFG_XDR_SESSION table will grow and fill up the NSP_CONF tablespace. This KM explains how to setup a cron job to purge it on a regular basis.

Solution

  1. Log as root on the NSP oracle server
  2. Use "crontab -e" command to edit the cron job list and add the following line:
    00 8 * * 6 su - tekelec -c 'echo -e "truncate table MLOG\$_CFG_XDR_SESSION;" |sqlplus /@NSP' >/tmp/truncate.log 2>&1
  3. Save and exit.
  4. Every saturday at 8am the MLOG$_CFG_XDR_SESSION table will be purged.

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