Concurrent Request
1) open a sqlplus window to execute a script to create a temporary table
2) sqlloader to populate the temporary table
3) execute a pl/sql with the data previously loaded in the table
I want to integrate this process into a concurrent request to be able to run directly from e-business suite application. Or, maybe you have another solution / ideas.
Thank you.