glebovpavel / IR_to_MSExcel

Oracle Apex plugin for Interactive Grid or Interactive Report
http://glebovpavel.github.io/Description_IR_TO_XSLX/
Other
39 stars 14 forks source link

Is there any Restriction or different steps when user Oracle XE 11g? #12

Closed castrogeneris closed 8 years ago

castrogeneris commented 8 years ago

After clicking on Download i get an apex error:

image

I follow instruction both in Oracle XE 11g and 12c, the second one worked smooth.

Just in case, The APEX Version where it DID NOT work is 5.0.2 and where it WORKED is 5.0.0

Thanks

castrogeneris commented 8 years ago

I have solved my issue:

I granted execute on UTL_FILE to the schema and then recompile AS_ZIP package and BODY.

glebovpavel commented 8 years ago

Thank you for using this plugin.

I added AUTHID CURRENT_USER to packages, so now you can be flexible and place plugin-packages in different schemes.