What is forall Statement ?

Answers were Sorted based on User's Feedback



What is forall Statement ?..

Answer / ruchi

The keyword FORALL lets you run multiple DML statements
very efficiently. It can only repeat a single DML
statement, unlike a general-purpose FOR loop.

The FORALL statement issues a series of INSERT, UPDATE, or
DELETE statements, usually much faster than an equivalent
FOR loop. It requires some setup code, because each
iteration of the loop must use values from one or more
collections in its VALUES or WHERE clauses.

Is This Answer Correct ?    2 Yes 0 No

What is forall Statement ?..

Answer / ron

used in pl/sql block, to do bulk operations; to speed up
operations such as fetch and other dml statements.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle General Interview Questions

I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.

1 Answers   IBM, Wipro,


9. Display the client name and order date for all orders using the JOIN . . . USING method.

2 Answers   Wipro,


Explain temporal data types in oracle

0 Answers  


Where are the settings stored for each instance in oracle?

0 Answers  


How do I reset a sequence in oracle?

0 Answers  






In Exception handling if we are using the when others first then what happens . whether it will show the compiler error

2 Answers   HCL,


i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?

2 Answers   Microsoft,


What are the differences between primary key and unique key?

0 Answers  


How to change system global area (sga) in oracle?

0 Answers  


Is insert autocommit in oracle?

0 Answers  


What is recovery manager(rman) backup in Oracle?

0 Answers   MCN Solutions,


What is Private Database Link ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)