Hello Experts,
I have a stored procedure in database with 1 parameter (p_file_name). when the user enter the file name.csv on text box and click the apply button it has to execute a procedure which places user file in a directory where the external table is pointed to get data from the uploaded file.
The procedure needs to be updated where sending the file from email can be commented out since they can export the txt file from OBIEE.
I am actually searching for a java script code to execute the SP.
Please help me on this..
TIA...