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!

ORA-06508 when button pressed trigger while executing WEBUTIL_FILE_TRANSFER

SandyMSep 14 2021

Hi , I'm using webutil to transfer report from linux Application server to windows file share path as below
Transfer:=WEBUTIL_FILE_TRANSFER.As_To_Client( File1, File2)
but I'm getting ora-06508 error particularly for one of the forms. I'm able to generate reports in various other forms using the same above webutil command. I tried executing webutil.pll , detaching and attaching to the pll where I'm generating report , even tried detaching and attaching webutil.olb ( subclass) to the form. Am I missing anything ? Can you please advise ?

This post has been answered by Michael Ferrante-Oracle on Sep 15 2021
Jump to Answer
Comments
Post Details
Added on Sep 14 2021
7 comments
252 views