1.

What Is Difference Between Compile_all=special And Compile=all While Compiling Forms ?

Answer»

Both the options will COMPILE all the PL/SQL in the RESULTANT .FMX, .PLX, or .MMX file but COMPILE_ALL=YES also changes the cached version in the source .FMB, .PLL, or .MMB file. This confuses version control and build tools (CVS, Subversion, make, SCONS); they believe you've made significant changes to the source. COMPILE_ALL=SPECIAL does not do this.

Both the options will compile all the PL/SQL in the resultant .FMX, .PLX, or .MMX file but COMPILE_ALL=YES also changes the cached version in the source .FMB, .PLL, or .MMB file. This confuses version control and build tools (CVS, Subversion, make, scons); they believe you've made significant changes to the source. COMPILE_ALL=SPECIAL does not do this.



Discussion

No Comment Found