1.

What Are Bind Variables?

Answer»

With bind variable in SQL, ORACLE can cache QUERIES in a single time in the SQL cache area. This avoids a HARD parse each time, which saves on VARIOUS locking and latching resource we use to check OBJECT existence and so on.

With bind variable in SQL, oracle can cache queries in a single time in the SQL cache area. This avoids a hard parse each time, which saves on various locking and latching resource we use to check object existence and so on.



Discussion

No Comment Found