Answer Posted / guest
Oracle Precompiler exits, Oracle call interface,NonOracle
user exits
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an oracle report? List its various types.
What is the difference between bind and lexical parameter?
Is it possible to execute a dynamic sql from forms?
what is the difference between call_form, new_form and open_form?
where do u put the report file
How to create Drill down report?
if u want to delete all these detail block etc what will happen in form
all steps of bitmap report?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
i am writing a query select EmpNo from Emp how can i call in after parameter form
what are the oracle forms services components include?
Name the different triggers supported by oracle reports and their firing order.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
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
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables