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-2245757.1
Update Date:2017-11-12
Keywords:

Solution Type  Technical Instruction Sure

Solution  2245757.1 :   MGMT "Save as Default" Button Is Missing  


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
References


Created from <SR 3-14517574891>

Applies to:

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

Goal

Change default time zone, especially for alarm forwarding time, when button is missing.

Solution

In PIC 10.2, button is missing. This is covered by bug 25421959.

A workaround exist. Open a SR to have it fixed by support and mention this KM reference.

Workaround (example for Asia/Bangkok):

  1. Connect on MGMT Oracle Database as NSP user
  2. Start sqlplus
  3. Run update query:
    update cor_pref_value set value='Asia/Bangkok'
    where class_id=(select class_id from cor_class where name='TIME_RELATED_PREFERENCE') and
    attribute_id in (select attribute_id from cor_attribute where name ='TIMEZONE_ID') and
    pref_id in (select pref_id from cor_preference where name = 'DEFAULT SYSTEM PREF');
  4. Commit:
    commit;
  5. Exit

Check in MGMT GUI (logout/login required).

References

<BUG:25421959> - NO MORE BUTTON -SAVE AS DEFAULT- IN USER PREFERENCES FOR NSPADMIN

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