Hello Team, we were performing some investigation regarding long running queries on our DB. In general Formspider is running without issues but the execution of one of the internal procedures takes about 2-5 seconds. What does this procedure perform? bdf_scriptExecuter.execute(FORMSPIDER.BDF_SCRIPTUTIL.getScriptTX()); FS version 1.6 Best regards, Anatoly |
Hi Anatoly, The specified line of code is responsible of executing your own code, which is the PLSQL code that you wrote for your Formspider App. Probably you should dig a little more to find out the long running code block. If you need any help, please do not hesitate to ask in here. Regards |