USEFUL COLLECTION QUERIES

How to fetch data from ref cursor in Oracle using for loop?

How to fetch data from ref cursor in Oracle using for loop? We will examine… Read More

Oracle function return Array of Varchar2

Oracle function return Array of Varchar2 To return an array from a function, we will… Read More

How To Pass Array in where clause in Oracle?

How To Pass Array in where clause in Oracle? Array can be passed in WHERE… Read More

How to store string array in Oracle DB?

How to store string array in Oracle DB? There are 2 types of array which… Read More

How to pass array in Oracle SQL query?

How to pass array in Oracle SQL query? We can use PIPELINED TABLE FUNCTION to… Read More

How to pass collection in stored procedure in Oracle?

How to pass collection in stored procedure in Oracle? Passing collection to Oracle stored procedure:… Read More