Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
Error while opening reports based on Oracle connection “ORA-03113: end-of-file on communication channel”
Solution:
Intermittently reports based on an Oracle data connection may fail to open in the TIBCO Spotfire Web Player or via TIBCO Spotfire Automation Services jobs, with errors like:
Oracle.DataAccess.Client.OracleException (0x80004005): ORA-03113: end-of-file on communication channel Process ID: 31885 Session ID: 4649 Serial number: 415
Oracle.DataAccess.Client.OracleException (0x80004005): ORA-03113: end-of-file on communication channel Process ID: 31885 Session ID: 4649 Serial number: 415
The execution of the job failed, server error: Task 1 'Open Analysis from Library' failed with: Spotfire.Dxp.Framework.Library.LibraryException: Import failed ---> Spotfire.Dxp.Data.Exceptions.ImportException: An error occurred when executing a query in the external data source. External error: ORA-03113: end-of-file on communication channel Process ID: 11272556The ORA-03113: end-of-file on communication channel error is a generic error. The ORA-03113 error when connecting suggests that the connection to Oracle was established, but lost later, like a timeout or due to network specific issues, and generally means that the client cannot communicate with the Oracle shadow process. This usually happens when the Oracle server process has died for some reason. This error is being thrown from Oracle server and it is not a Spotfire specific issue. The Oracle database administrator needs to be involved in order to address the issue.
Some of the common causes are :
- ????Server machine crashed.
- Your server process was killed at OS level
- Network problems
- Oracle internal errors / aborts on the server
- Client incorrectly handling multiple connections
The Oracle DBA can also look in the Oracle alert.log file for any errors, check to see if the the server process is dead, or check if a trace file was generated at the time of the error. If required, Oracle support can be contacted. External: Oracle ORA-03113: end-of-file on communication channel
Comments
0 comments
Article is closed for comments.