"ORA-03113: fin de archivo en el canal de comunicación" al crear Procedmi
Hola a Todos,
tengo un problemilla que me tiene contra las cuerdas, a ver si me podeis ayudar :-).
Intento crear un procedimiento almacenado y me da el error "ORA-03113: fin de archivo en el canal de comunicación".
La conexion la hago desde el SQLPlus Worksheet a un servidor remoto que esta fuera de mi intranet.
El procedimiento realiza una select que se lanza sobre otro servidor oracle de dicha intranet (ese servidor está enlazado mediante DBLINK al servidor inicial al que yo me conecto).
Lo extraño es que si ejecuto dicha select desde mi cliente de WorkSheet en remoto se ejecuta correctamente. Es mas si intento crear el otros procedimientos similares a este pero que usan otra tabla del servidor enlazado, estos se crean correctamente.
El error solo lo da cuando intento crear el procedimiento almacenado con dicha select.
Alguna idea o me pego el tiro ya? jeje,
Salu2
Fran
tengo un problemilla que me tiene contra las cuerdas, a ver si me podeis ayudar :-).
Intento crear un procedimiento almacenado y me da el error "ORA-03113: fin de archivo en el canal de comunicación".
La conexion la hago desde el SQLPlus Worksheet a un servidor remoto que esta fuera de mi intranet.
El procedimiento realiza una select que se lanza sobre otro servidor oracle de dicha intranet (ese servidor está enlazado mediante DBLINK al servidor inicial al que yo me conecto).
Lo extraño es que si ejecuto dicha select desde mi cliente de WorkSheet en remoto se ejecuta correctamente. Es mas si intento crear el otros procedimientos similares a este pero que usan otra tabla del servidor enlazado, estos se crean correctamente.
El error solo lo da cuando intento crear el procedimiento almacenado con dicha select.
Alguna idea o me pego el tiro ya? jeje,
Salu2
Fran
El problema es de tiempo, intente con su administrador incrementar el TIME OUT y compruebe la disponibilidad de canal.
Dale un vistazo a esto a ver si te ayuda
Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8 two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
In addition, this message could occur when any of the following statements/commands have been issued:
ALTER SYSTEM KILL SESSION ... IMMEDIATE
ALTER SYSTEM DISCONNECT SESSION ... IMMEDIATE
SHUTDOWN ABORT/IMMEDIATE/TRANSACTIONAL
Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of Oracle Support Services.
Saludos.. Espero te sirva
Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8 two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
In addition, this message could occur when any of the following statements/commands have been issued:
ALTER SYSTEM KILL SESSION ... IMMEDIATE
ALTER SYSTEM DISCONNECT SESSION ... IMMEDIATE
SHUTDOWN ABORT/IMMEDIATE/TRANSACTIONAL
Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of Oracle Support Services.
Saludos.. Espero te sirva
