Archive for September, 2007
Oracle11g SNAPSHOT standby database
Till now you have come across two types of standby databases namely Physical standby database and Logical standby database. From Oracle 11g onwards there is one more addition to this. It is called Snapshot standby database. Snapshot standby is updatable version of the standby database. It is created from the existing standby database .You can modify [...]
Read Full Post | Make a Comment ( 1 so far )f60gen equalent in R12
I was wondering what was the equalent of f60gen to compile a form in R12. Oracle forums provided me with the answer and i thought i would share it with all.
Use the following syntax to generate any form in R12.
$ frmcmp_batch module=<path to the fmb file> userid=apps/<apps pwd> output_file=<path to the fmx file> compile_all=special batch=yes
[...]


