sdstuber,
Thanks for the information. I am releaved that SQLnet is not really involved because that doesn't make any sense that it should. However, I am still hoping to get an answer to the question of ....
"How can I ensure that control returns to my PL/SQL process after 5 seconds." I can not afford to wait 3 min 45 seconds while it (whatever it is) times out. If I can't control the wait period then UTL_TCP ( or other packages that use UTL_TCP) is useless for my application.
Thanks,
Mike
Main Topics
Browse All Topics





by: sdstuberPosted on 2008-01-30 at 20:39:54ID: 20784027
Yes, that's confusing, but don't worry.
network timeouts are generic errors, the error code 12535 means "time out" but it's a TNS claimed namespace in the error codes.
You can get that in UTL_TCP doing FTP calls too, and other "TNS" exceptions as well, but there is no sqlnet traffic involved.