Sunday, October 22, 2017

Compile and Incremental Compile in Report Builder

In Compile(Full Compile) all the PL/SQL program units within the reports are compiled where as in Incremental Compile only changed PL/SQL units are compiled.

When compiling the report for the first time  we should do the Full Compilation but not the incremental compile.

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...