Oracle Analytics

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Calling stored procedure on Button click using Javascript function

Received Response
81
Views
3
Comments
cool2sathish
cool2sathish Rank 2 - Community Beginner
edited Aug 13, 2024 5:52PM in Oracle Analytics

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...

Answers