I usually have one instance of PL/SQL Developer open all day. In it, I have a report open that I randomly re-execute with different values. This report is set up with its own connection parameters and it does not use the 'normal' PL/SQL Developer session.
If I don't execute the report for a long time, the connection apparently times out because I get a "ORA-03114: not connected to ORACLE" error when I try to execute it. Once that happens, the only way to fix it is to close the report and re-open it.
Would it be possible (and a good idea) to have reports automatically reconnect?
If I don't execute the report for a long time, the connection apparently times out because I get a "ORA-03114: not connected to ORACLE" error when I try to execute it. Once that happens, the only way to fix it is to close the report and re-open it.
Would it be possible (and a good idea) to have reports automatically reconnect?