Missing Plugins Error in Firefox with Oracle Forms Services 11g
At the time of installation Forms services 11g is configured to work with a specific version of java run-time environment. You can find it in your FORMSWEB.CFG file. Following parameter in...
View ArticleHide username and password while calling oracle Reports
If you have not configured reports with Oracle Single Sign-on, Oracle report server explicitly requires username and password when report is called using Web.Show_document(). Username and password is...
View ArticleKey Mapping in Oracle Forms 10g and Forms 11g | Shortcut keys
Key mapping or key binding defines how an application should respond when mapped key is typed. Usually application executes some function in repose. For example in Forms 6i, when user types F9, List of...
View ArticleMinimizing Forms 11g Application’s First Time Startup overhead
When client accesses Forms application for the first time, java run-time classes bundled in JAR files are downloaded to client JRE cache. These files include frmall.jar, frmwebutil.jar and jacob.jar....
View ArticleOracle Application Development Framework (ADF) and Oracle Forms Developers
I want to share my first impression of ADF and I am sure everyone with Oracle Forms background will feel same. I have been working in oracle Forms and Reports for more than five years. I have...
View ArticleUsing transient Attribute with “Derived from SQL Expression” in JDeveloper 11g
Transient attribute can be used to calculate a value based on SQL expression. This may be very helpful, for example, you can use a transient attribute in “SCOTT.EMP” Entity object definition to get...
View ArticleSequence number for Primary key in oracle ADF, JDeveloper
If you have created an Entity object with a primary key field. The question is, how you will generate maximum serial no for primary key filed and where the logic will be placed? There are two methods...
View ArticleFireFox, IE crash with Forms 10g, Replace Jinitiator with JRE
Oracle Jinitiator is no longer compatible with oracle forms services. By default, Oracle Forms services 10g uses Jinitiator 1.3.1.22 to run Forms applications. Jinitiator was compatible with Internet...
View ArticleCreate Oracle lite Database (odb) using olite Mobile Development Kit
Oracle Database Lite (olite) is small-scale database for small devices. Oracle Lite can be used in following two design patterns, You can configure olite database to Mobile client and use automatic...
View ArticleEnable Forms 6i short keys in Forms 10g and Forms 11g
Shortcuts in Forms 10g and 11g are different from Forms 6i keys. For example, Forms 6i uses F10 as short key to save records while in Forms 10g and 11g, CTRL+S is default short key to save or commit...
View Article