![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2107428.1 : Mediation Logs are Not Created - Performance Intelligence Center (PIC)
In this Document
Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.1.5 to 10.2.0 [Release 10.0]Linux x86-64 SymptomsMediation logs are not generated CauseBy default logs files are written in /u01/app/oracle/IXP/IXP directory which is not existing after the default installation procedure. SolutionCreate and update the log directory. # mkdir -p /var/TKLC/log/ixp
# chown oracle:oinstall /var/TKLC/log/ixp # su - oracle $ export ORACLE_SID=IXP $ sqlplus / as sysdba SQL> CREATE OR REPLACE DIRECTORY TKLC_LOGS AS '/var/TKLC/log/ixp'; SQL> exit Patch 22969209 can also be installed to fix this issue. References<BUG:22636641> - LOGS FOR MEDIATION SERVER DATABASE JOBS ARE NOT GETTING CREATED<NOTE:2028670.1> - Mediation Data WareHouse Server (DWS) on Third-Party Server Installation Guide for Performance Intelligence Center (PIC) products <NOTE:2118743.1> - Which Performance Intelligence Center (PIC) 10.2 Patches to Update and How to Install Them ? Attachments This solution has no attachment |
||||||||||||||||||
|