download file from db server [message #492515] |
Mon, 31 January 2011 20:56 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
igorcb
Messages: 27 Registered: October 2008
|
Junior Member |
|
|
i have aprocess that generates a textfile using utl_file but i need that file in the client pc.
is there a native method like as_to_client that i could use to copy this file in any client machine without the need of install an
extra software in client pc
|
|
|
Download textfile from db server [message #492519 is a reply to message #492515] |
Mon, 31 January 2011 21:28 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
igorcb
Messages: 27 Registered: October 2008
|
Junior Member |
|
|
I have dveloped a proces s that generates a text file using utl_file.I need that file in client pc
Which is the best way to download it to client machine using my Forms aplication? This download must be transparent to user
I do not use client_text_io because it is too slow, the final file is a pipe delimited textfile with 1,000,000 rows and takes much less time to generate it in server using utl_file
I have tried using text_io in the ias and it is an slow solution also.
Client machines are windows while db server and ias are unix.
[Updated on: Tue, 01 February 2011 06:55] Report message to a moderator
|
|
|