PLSQL

CONDITIONAL COMPILATION

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

The Ultimate Guide to PLSQL Compiler

PLSQL COMPILER Before oracle 11g, the PLSQL Compiler translated our source code to system code… Read More

Working with Stored Procedure Parameters

Working with Stored Procedure Parameters WORKING WITH DATE AS INPUT PARAMETERWORKING WITH CHARACTER AS INPUT… Read More

How to compile invalid trigger in Oracle?

How to compile invalid trigger in Oracle? Trigger Compilation Methods: We can compile Triggers through… 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

Queries on Package in Oracle

Queries on Package in Oracle: How to call one package from another package in PL… 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 call a Function in Oracle?

How to call a Function in Oracle? Creating two functions to test all the cases:… Read More

Trigger for preventing insertion of duplicate values in a table in Oracle

Trigger for preventing insertion of duplicate values in a table in Oracle We can use… Read More

Trigger to restrict salary within 1000

Trigger to restrict salary within 1000 Trigger Restriction on DML: We can use Trigger to… Read More