Explain the different levels at which oracle form services interact.
Answer / Meenakshi Yadav
Oracle Forms Services interact at three different levels: Application Level, Presentation Server Level, and Client Level.
1. Application Level: This is where the business logic of the application resides. It includes the forms, reports, triggers, and packages that define the application's functionality.
2. Presentation Server Level: This is where the runtime environment for the application resides. It includes the Forms Services processes that execute the forms and handle user interactions.
3. Client Level: This is where the user interface resides. It includes the browser or desktop client that displays the form to the user and handles user input.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of the product order option in the column property sheet?
Is it possible to execute a dynamic sql from forms?
What are the ways to monitor the performance of the report?
if u want to delete all these detail block etc what will happen in form
What is a matrix report and how many minimum groups are required to prepare the same?
Name the different triggers supported by oracle reports and their firing order.
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
Explain about horizontal, Vertical tool bar canvas views?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
Is it possible to split the printpreviewer into more than one region?
What are the built-ins that are used to Attach an LOV programmatically to an item?
How do you create a new session while open a new form?