Answer Posted / lreddy
NO, IN Before Report Trigger we can use SRW.DO_SQL to
perform any DDL Operations.
For DDL Operations are internal commit.
so no need to use Commit statement in Before Reprot Trigger.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is it possible to have multiple layouts in a report?
how to send file attachment from oracle forms
What are the various configuration files that are used by oracle forms?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
In what sequence do triggers get fired by oracle forms?
What is the difference between flex mode and confined mode?
What is responsibility and how u attach How to create user and how u attach with responsibility.
What is an oracle report?
What do you understand by oracle forms?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
what is oracle forms?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Explain the various types of oracle report?
Explain the different levels at which oracle form services interact.
Why oracle forms required?