Answer Posted / elavarasi.s
You can build a report in two ways. One is,
Through Report wizard.
The another one is, Through Navigation, and creating a
Query Builder.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What do you understand by oracle forms?
In what sequence do triggers get fired by oracle forms?
What is the difference between flex mode and confined mode?
Explain the various types of oracle report?
List out the oracle forms configuration files?
what is the difference between call_form, new_form and open_form?
Explain how one can iterate through items and records in a specified block?
what are the new features introduced in oracle form services in 11g release 2?
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
if some data is not transfered where it will get stored
a text item is there what r the different types of triggers associated with it
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
Can we invoke one form from another in a multi-forms application?
How can we expand Parameter Form Canvas on Reports 6i?
What do you understand by oracle forms and why are they required?