can i write commit in Before report trigger

Answers were Sorted based on User's Feedback



can i write commit in Before report trigger..

Answer / rajesh

No u can write commit before report trigger

Is This Answer Correct ?    5 Yes 0 No

can i write commit in Before report trigger..

Answer / shailesh

Yes u can write directly write a coomit; in any of the
report trigger.

e.g I have created a report and written in before report
trigger
update scott.emp set ename='SMITH_1' where ename
like 'SMITH';
commit;


It worked

Is This Answer Correct ?    2 Yes 0 No

can i write commit in Before report trigger..

Answer / pushpendra saini

yes u can do commit in Before report trigger

Is This Answer Correct ?    1 Yes 2 No

can i write commit in Before report trigger..

Answer / 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

More Oracle Forms Reports Interview Questions

Is it possible to attach same library to more than one form?

1 Answers  


What is the difference between $$DATE$$ & $$DBDATE$$

1 Answers  


What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?

1 Answers  


What are the different default triggers created when Master Deletes Property is set to isolated?

1 Answers  


What ERASE package procedure does ?

1 Answers  


What do you mean by a pop-up window ?

1 Answers  


what is oracle forms?

1 Answers  


Explain how one can iterate through items and records in a specified block?

1 Answers  


Two popup pages can appear on the screen at a time ?

1 Answers  


What is synchronize?

2 Answers  


What is the built_in routine used to count the no of rows in a group?

1 Answers  


What do you understand by oracle forms and why are they required?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)