![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||||||||
Solution Type Troubleshooting Sure Solution 1905754.1 : NSP ProTrace Shows Message Box "Data set may be incomplete - Unable to connect to Storage server/s x.y.z.t"
In this Document
Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 7.1 and laterInformation in this document applies to any platform. PurposeWhen doing a query in NSP ProTrace application, a message box with following text is shown: Data set may be incomplete - Unable to connect to Storage server/s x.y.z.t Where x.y.z.t is the IP of IXP xDR server (also known as datawarehouse; later called DWS in this document). This document describes various steps to troubleshoot this. Troubleshooting StepsMain cause is that one of the DWS server is not reachable or Oracle database is down. First test, database availability: As oracle, on DWS server, run sqlplus login/password. Output is expected to be the same, but if you see ORA-01034, there is a problem:
SQL*Plus: Release 10.2.0.5.0 - Production on Thu Jul 10 10:23:36 2014 Copyright (c) 1982, 2010, Oracle. All Rights Reserved. ERROR: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory Enter user-name: If this show SQL> prompt, it means database is up. Second test, is to check database reachability through listener: As oracle, on DWS server, run sqlplus login/password@hostname/SID SQL*Plus: Release 10.2.0.5.0 - Production on Thu Jul 10 10:17:02 2014
Copyright (c) 1982, 2010, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production With the Partitioning, Data Mining and Real Application Testing options SQL> select sysdate from dual; SYSDATE --------- 10-JUL-14 If you see ORA-12514 like below you have to check listener.log: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
Most common causes of "ORA-01034: ORACLE not available" are:
Hardware failureAs root, on the DWS server, run syscheck command to check any hardware failure (harddrive, controller, controller batteries, ...).
ORA-04031On 32 bits OS, check in Oracle DB alert log (alert_IXP.log; path name differ between Oracle DB version) if any recent ORA-04031 errors can be found. If yes, there are two options depending on the oracle version. "select * from v$version;" can be run to confirm this. To avoid futur occurence, it is highly recommended to convert DWS to 64 bits. Oracle 10gPatch 8202632 must be installed. Oracle 11gPatch 15969429 must be installed along with OPatch tool 6880880 (p6880880_112000_LINUX.zip). Full partitionsFull partitions can prevent Oracle DB to run properly has it cannot log new connections tries. This can have multiple causes:
Database files corruptionsThis can be verified in alert_IXP.log startup sequence. If datafile corruption is confirmed, solution depends on which tablespace corruption is. If it is on:
Attachments This solution has no attachment |
||||||||||||||||||||||||||
|