What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE
TRIGGERS ?
Answer Posted / guest
These triggers are executes when inserting,deleting and
updating operations are performed and can be used to
change the default function of insert,delete or update
respectively.
For Eg, instead of inserting a row in a table an
existing row can be updated in the same table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 the valueset if of type –TABLE then how many tables can we attach in the valueset ?
how do u compile a form i.e .fmb file in Unix or in dos
how do u place it in required folder
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
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
What do we mean by record group in oracle forms?
how to send file attachment from oracle forms
What is the difference between bind and lexical parameter?
hiding item in report how like that properly,thats manually but at runtime i want to do
In what sequence do triggers get fired by oracle forms?
if some data is not transfered where it will get stored
what are the new features introduced in oracle form services in 11g release 2?
what is the difference between call_form, new_form and open_form?
what is tripstop report?