About 9,640 results
Open links in new tab
  1. 5 PL/SQL Collections and Records - Oracle Help Center

    PL/SQL has three collection types—associative array, VARRAY (variable-size array), and nested table. Table 5-1 summarizes their similarities and differences. If the number of elements is specified, it is the maximum number of elements in the collection.

  2. PL/SQL Collections - Online Tutorials Library

    PL/SQL Collections - Learn about PL/SQL Collections, including associative arrays, nested tables, and VARRAYs. Understand their uses, features, and examples in PL/SQL programming.

  3. Collections and Records – Oracle PL/SQL Tutorial

    Oracle PL/SQL collections and records are data structures that allow for the storage and manipulation of multiple values or rows of data within a single variable or object. Collections are a group of similar data elements, such as a group of strings or numbers.

  4. 5 Using PL/SQL Collections and Records - Oracle

    To use collections in an application, you define one or more PL/SQL types, then define variables of those types. You can define collection types in a procedure, function, or package. You can pass collection variables as parameters to stored subprograms.

  5. Oracle PL/SQL Collections: Varrays, Nested & Index by Tables

    Jun 28, 2024 · Collections can be populated and manipulated as whole using ‘BULK’ option in Oracle. What is Collection? Collections are classified based on the structure, subscript, and storage as shown below.

  6. ORACLE-BASE - Collections in Oracle PL/SQL

    Oracle uses collections in PL/SQL the same way other languages use arrays. Oracle provides three basic collections, each with an assortment of methods. This article was originally written against Oracle 8i, but it includes operators, conditions and …

  7. Working with Collections | Oracle Magazine - Oracle Ask TOM

    PL/SQL functions that return collections and can be called in the FROM clause of a SELECT statement. You can also use collections to work with lists of data in your program that are not stored in database tables. This article introduces you to collections and gives you a solid foundation in both collection syntax and features.

  8. PL SQL Collections – Types, Features, Syntax, & Examples

    Learn PL SQL collections, including index-by-tables, nested tables, and varrays, which offer efficient data organization and manipulation in Oracle databases.

  9. 6 PL/SQL Collections and Records - Oracle Help Center

    PL/SQL lets you define two kinds of composite data types: collection and record. A composite data type stores values that have internal components. You can pass entire composite variables to subprograms as parameters, and you can access internal components of composite variables individually. Internal components can be either scalar or composite.

  10. PL SQL Collections: Nested Table, Associative Array And Varray

    Apr 1, 2025 · Learn the basics of PL SQL Collections, Collection Methods, Varray, Nested table, and Associative Array with the help of code examples: In the PL/SQL Subprograms tutorial of the PL/SQL series , we learned about Procedures and Functions, different parameter passing methods, and how to create/delete Procedures and Functions in PL/SQL.

  11. Some results have been removed
Refresh