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

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...