Not able to download Excel data from Oracle 10G with Window Server
Hello Team/friends,
I'm using 'ole2' utility to download an excel file from Oracle form 10G client.
I am sharing the code Which I'm using to download excel file. Currently this code is working on my local computer (OS: Window 7) to download excel but after I migrated to MS SERVER 2012 R2 it is not working.
Can someone help me understand why it is not working?
Here is the code for reference and any help is greatly appreciate it..
PROCEDURE fpr_forms_to_excel (
p_block_name IN VARCHAR2 DEFAULT NAME_IN ('system.current_block'),
p_path IN VARCHAR2 DEFAULT 'C:\',