Back to Browse

Oracle APEX Collections

5.2K views
Mar 13, 2024
40:41

In this video, we will create Basic Collections. In Oracle APEX, Basic Collections are a built-in feature that allows us to temporarily store and manage data during a user's session. You can think of them as temporary containers, similar to buckets, where you can hold various pieces of information for later use within the same session. APEX provides the APEX_COLLECTION package, with various procedures and functions to manage collections. These functions allows us to: Create new collections with a unique name. Add, update, or delete members data within a collection. Retrieve specific members or the entire collection content. Obtain information like the number of members in a collection. Clear or Truncates the collection. Or simply remove collections entirely. Data stored in collections is session-specific. It means it's only accessible within the user's current session, and is discarded when the session ends. Overall, Basic Collections are a valuable tool in Oracle APEX for handling temporary data within user sessions, contributing to a more efficient and user-friendly application experience. Source Code Link:- ============================================================== https://drive.google.com/file/d/1aTtJpMWZLbHhOe0pnE80GILAJKadZip7/view?usp=sharing

Download

0 formats

No download links available.

Oracle APEX Collections | NatokHD