Definitions for "Recursive Call" Add To Word List
Login or Register  | Word Lists | Search History

an internal Oracle call that changes internal tables
Helpful?           0
A set of SQL statements generated by Oracle in response to some action or event.
Helpful?           0
A nested invocation of the RDBMS that occurs if one SQL statement requires the execution of other SQL statements. For example, auditing data is recorded in system tables by a recursive call or accessing an object with many extents may require recursive calls.
Helpful?           0