Using SQL queries executed by BI Publisher engine against Fusion SaaS database is a common practice in integration development, however it should be used carefully by taking into consideration its potential impact on online users.
In this article we will see how to utilize the SaaS ESS jobs to run the same queries in a asynchronous mode causing less load on the UI layer serving online users.


<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/"><xsl:copy-of select="."/></xsl:template>
</xsl:stylesheet>




