ADVANCED PLSQL

CONDITIONAL COMPILATION

CONDITIONAL COMPILATION Oracle 10g release 2 introduces a new feature called Conditional compilation. It allows… Read More

Oracle convert ref cursor to table

Oracle convert ref cursor to table: We will check in this article possible ways to… Read More

How to fetch multiple columns from cursor in Oracle?

How to fetch multiple columns from cursor in Oracle? In this article we will see… Read More

How to convert Array to String in Oracle?

How to convert Array to String in Oracle? We can convert an array to string… 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

Oracle check if value exists in associative array

Oracle check if value exists in associative array: Use EXISTS collection method to check if… 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

USING BULK BINDING IN ORACLE

USING BULK BINDING IN ORACLE WHAT IS BULK BINDING IN ORACLE: We know that bulk… Read More

USING BULK OPERATION IN PLSQL

USING BULK OPERATION IN PLSQL: INTRODUCTION: All PLSQL developers mostly use both PLSQL and SQL… Read More