my question is this: is it possible to download a file from the application server to the client THROUGH JAVA CODE and then cancel the copy of the downloaded file on the server? My application calls a PL/SQL stored procedure which create a file on the server and I need to have it on my client. Thanks