Can you truncate a table in a procedure in Oracle Forms?
Answer Posted / debabrata
NO you have to do it through forms_ddl
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
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
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
what is tripstop report?
what exactly u write in when_new_form_instance
how to send file attachment from oracle forms
Explain the different levels at which oracle form services interact.
Can we invoke one form from another in a multi-forms application?
What is an oracle report?
What do you understand by lov?
How can we generate report output in excel format?
What is the difference between bind and lexical parameter?
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
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
What are the various configuration files that are used by oracle forms?