What are bind variables in Oracle Report Builder


Bind variables are used in oracle reports  for replacing the single parameter in the SELECT statement.

Example

SELECT * FROM employee e
WHERE e.emp_no = :empno;

Comments

Popular posts from this blog

What is Oracle Integration Cloud Service - ICS?

How to Create Packages in Oracle Database using TOAD for Oracle

How to create a Simple Scheduler Job in Oracle Database using Toad