Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books
Content
Oracle interview
Oracle architecture
Oracle processes
Oracle memory area
Oracle file types
Oracle database objects
Oracle operators
Oracle composite
Oracle constraints
Oracle data types
Oracle DCL and TCL
Oracle DML commands
Oracle error handling
Oracle functions
Oracle function, procedure, package
Oracle import and export
Oracle sub queries
Oracle table
Oracle triggers
Oracle views
Oracle synonym
Oracle indexes
Oracle joins
Oracle cursors
Oracle form
Oracle security
Oracle system privilege
Oracle object privileges
Oracle table privileges
Oracle view privileges
Oracle backup & recovery
Oracle DBA
Oracle PL/SQL
Oracle nested table & varrays
Oracle large objects
Oracle replication
Oracle transaction
Oracle optimizer
Oracle auditing
Oracle backup
Oracle database tuning
Oracle application tuning
Oracle procedures
Oracle functions
Oracle loops
Oracle exceptions
Oracle Select into clause
Oracle string functions
Oracle numeric functions
Oracle date functions
Oracle translate and decode
Oracle correlated sub-queries
Oracle union, intersect and minus
Oracle clusters
Oracle sequences
Oracle tablespaces
Oracle object datatypes
 
ASP.NET | ADO.NET | AJAX
C#.NET | VB.NET | PHP
NET Remoting | NET Interview
  
C | C++ | Java | Oops
Data Structure | OS
   
Database concepts | Oracle
SQL Server | Biztalk | Sharepoint
Notification services
Reporting Services
Service-oriented architecture
Data warehousing | MySQL
  
Project Management 
Linux | Testing | Networking
Software engineering 
  
UML | XML | HTML | SOAP 
CSS | VBScript  | Web Services
   
CV Cover letter | Interview 
HR | Soft skills | GD 
Working from Home 
Tutorial
ASP.NET | VB.NET | C#.NET     
Remoting.NET | Web service
Remoting overview | ADO.NET
UML | Sql server 
More links
Introduction to Legacy Modernization 
Oracle Web RowSet 
Books on Oracle
Oracle Modernization Solutions 
JDBC 4.0 and Oracle JDeveloper for J2EE Development 

Oracle Form

Oracle Form interview questions

<<Previous  Next>>
Part 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30  | 31   NEXT>>

Oracle Form - August 28, 2008 at 17:10 pm by Amit Satpute

What is an SQL *FORMS?

Oracle Forms is part of Oracle's Internet Developer Suite. Its earlier versions were called SQL*Forms. 

Oracle Forms is a 4GL Rapid Application Development (RAD) environment. 

A Forms Builder is used to create applications to enter, access, change, or delete data from Oracle databases. 

The Forms Runtime environment is needed to execute compiled Forms modules.

How do you control the constraints in forms?

This can be done by selecting the Use Constrain Property to ON.

You can suppress or customize error messages in Forms. This can be done by setting the message level of the system variable SYSTEM.MESSAGE_LEVEL. The other way to do this is by using the ON-ERROR / ON-MESSAGE triggers. 

When will ON-VALIDATE-FIELD trigger executed?

ON-VALIDATE-FIELD triggers are used for field validation. It fires when the field validation status is New or changed. However, if the field status is already valid then any further change to the value in the field will not fire this trigger.

What is the difference between system.current_field and system.cursor_field ?

The only difference between these two is that System.current_field gives name of the field and System.cursor_field gives name of the field with block name.

What are dynamic reports? How will you create them?

Following steps should be followed to build a Dynamic Report:

  • Create a temporary table first.
  • Then insert data to the temporary table using the After Form Trigger.
  • Generate the report using this temporary table in the Data Model.
  • Delete all records from the temporary table in the After Report trigger.

Difference between Oracle Forms and Apps Forms.

Oracle Forms

  • Oracle Forms renders applications using metadata stored in an .fmx file.
  • It runs client-side PL/SQL.
  • It is accessed using a web browser and its user interface is rendered using a JVM.
  • It uses exact positioning.
  • It provides robust field-level validation and event processing. 
  • It uses BI Beans as its integrated charting engine.
  • It supports a range of locking models with pessimistic as the default.
  • Each connected user in It maintains a synchronous connection to the Oracle database.
  • It uses synchronous connections to allow transactions to span multiple screen interactions.
  • With Oracle Forms, Application logic is processed in the Oracle database, a mid-tier Forms Server, or in the rich client.

Apps Forms

  • It renders applications using metadata stored in an Oracle database.
  • It uses server-side PL/SQL.
  • It is also invoked from a Web browser but its user interface is HTML and JavaScript.
  • It uses HTML-relative positioning.
  • It supports declarative page-level validation and event processing. Programmatic field-level validation and event processing requires Javascript and AJAX.
  • It uses Flash Charts as its integrated charting engine.
  • Due to its asynchronous architecture, It uses an optimistic locking model.
  • It does not transparently allow transactions to span page views. It programmatically supports transactions spanning page views using collections.
  • Its users are asynchronously connected to the Oracle database.
  • With Apps Forms, PL/SQL application logic is processed within the Oracle database. Client-side logic is implemented using JavaScript. HTTP communications are facilitated using Apache and Mod/PLSQL. 

Both Oracle Forms and Apps Forms support the calling of Web Services, for example BPEL.

Sequence of firing triggers in forms 

The following sequence should be used to fire triggers when a form opens:

1. Pre-Form 
2. Pre-Block
3. Pre-Record
4. Pre-Text-Item
5. When-New-Form-Instance
6. When-New-Block-Instance 
7. When-New-Record-Instance
8. When-New-Item-Instance

The folowing sequence should be followed when you exit from the form:

1. post text item
2. post record
3. post block
4. post form

What is a record Group? What are different types of record group?

A record group is an oracle forms data structure that has a column/row framework similar to a database table.

There are three types of record groups: query record groups, non-query record groups, and static record groups.

Query record group 
A query record group is a record group that has an associated SELECT statement. Query record groups can be created and modified at design time or at runtime.

Non-query record group
A non-query record group is a group that does not have an associated query. Non-query record groups can be created and modified only at runtime.

Static record group
A static record group is not associated with a query. Static record groups can be created and modified only at design time.


<<Previous  Next>>



 
Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.