InterviewSolution
Saved Bookmarks
| 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. 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. |
|