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

How to define an anonymous procedure with variables?

0 Answers  


Why do we need oracle client?

0 Answers  


Which Oracle App Is Most Popular One ?

3 Answers  


What do you understand by a database object?

0 Answers  


What happens to the data files if a tablespace is dropped?

0 Answers  


why can't we assign not null constraint as table level constraint

3 Answers   CTS, Wipro,


How to call a stored function with parameters?

0 Answers  


Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?

2 Answers  


How to experiment a data lock in oracle?

0 Answers  


What is STATSPACK tool?

3 Answers   Wipro,


From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.

0 Answers  


Indexes in oracle ?

3 Answers   Keane India Ltd, L&T,


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