Tim,
In PUT_REMOTE_ASCII_DATA(), I see you call UTL_TCP.CLOSE_CONNECTION(). Is there any value in calling the LOGOUT() function after this? The code path where my client is having the TCP connection limit problems includes a section that only does this with FTP:
- Code: Select all
ftp.login
ftp.ascii
ftp.put_remote_ascii_data
ftp.logout
Anyway, so far I'm not seeing any place that connections are not being properly closed, but I did come across this apparent redundancy in walking through the code path. Let me know what you think.