Multiple choice technology databases

What is the maximum parsed size of the PL/SQL block

  1. 64K

  2. 128K

  3. 256K

  4. Unlimited

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In older Oracle Database versions, the maximum parsed size of a stored PL/SQL block is limited to 64K. This limit applies to the size of the DIANA (Descriptive Intermediate Attributed Notation for Ada) compiler code generated for the block, making 64K the correct historical limit.