Soft Parse
The Oracle parse path that reuses an existing compatible cursor rather than performing a full hard parse, while still incurring some lookup and validation work.
Related Concepts
- Hard Parse
- Bind Variable
- Prepared Statement
- Connection Pool
The Oracle parse path that reuses an existing compatible cursor rather than performing a full hard parse, while still incurring some lookup and validation work.