ORA-305500 which tent to download XLS

Hello

I use forms11, when I try to download data for the XLS file error appear ORA-305500. any suggestion?

the error displayed when running this code

workbook := ole2.get_obj_property(workbooks, 'Open', args);

all of the code:

application := ole2.create_obj ('Excel.Application');
ole2.set_property (application, 'Visible', 'FALSE');
workbooks := ole2.get_obj_property (application, 'Workbooks');
args := ole2.create_arglist;
ole2.add_arg (args, filename);
workbook := ole2.get_obj_property(workbooks, 'Open', args);

I found the solution add jacob.jar path in CLASSPATH to default.env

Tags: Oracle Development

Similar Questions

Maybe you are looking for