Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities

Full Version: Concurrent Program not doing anything
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
 
I am facing problem with concurrent program. I have registered the PLSQL Store Procedure (in that procedure using stock locator API) code to concurrent program that execute the procedure. The scripts in the procedure will create the locator into table. The Procedure works fine while I trying to run directly in PLSQL Developer and create locator in expected table. However, it does not create locator while run the concurrent program. If I compile the script from PLSQL Developer and again run the concurrent request after that locator is created into respected table. But I need to create locator on concurrent request run, don't want to compile it again from PLSQL Developer.
 
please help me on this..!!
 
Thank you.