Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Transfere file from database server to client

841424Apr 2 2011 — edited Apr 5 2011
Dears

I am generating file in csv format on database server (using custom application)

The file is generated in database server but when trying to copy it to the client PC i receive not transferred where i were doing the same action on the test server (but it was including the database and Apps on the same sever) and it working fine

I am using code like that:


IF NOT webutil_file_transfer.as_to_client ( 'c:\TEMP\'|| 'p_name'|| '.csv' , 'c:\TEMP\'|| 'p_name'|| '.csv')
THEN
MESSAGE ('Not Transferred');
...
...
...
...

The first parameter is the database localhost and the second parameter is the server host (while the application is running using application server on different server)

I need to copy the file from the datable server directly or to copy on Apps server first and then to the Client PC

Can anybody help?

Thanks In Advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2011
Added on Apr 2 2011
11 comments
2,381 views