Can you truncate a table in a procedure in Oracle Forms?
Answer Posted / guest
yes -using execute immediate
Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
did u received a single file or multiple files
Name the different triggers supported by oracle reports and their firing order.
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
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
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
what exactly u write in when_new_form_instance
How can we generate report output in excel format?
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
Explain how one can iterate through items and records in a specified block?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
how do u place it in required folder
What do you understand by lov and how can it be used?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
In what sequence do triggers get fired by oracle forms?