Answer Posted / jay
Bind parameters are used to substitute one value at runtime
for evaluation and are identified by a preceding ‘:’. An
example of a bind parameter in a select statement is
provided below, where :P_EMP is the bind parameter
reference.
Example:
select *
from emp
where emp.name = :P_EMP;
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Do you know where we can check the status of po?
q)what are the validations in sql*loader
List the types of flexfield?
tell me the scenarios of the independent in reports
Do you know what is applysys in oracle application database schema, what is apps?
is it possible to run the interface without using oracle apps?
How to move the one file from one instance to another instance? And your scripts also?
How do you register report in oracle apps?
What is oracle soa suite and what are its different components?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
what is global tempory table?
How can a process be deployed in soa?
pls send me out bound code of supplers,site,bankiformation code pls as soon as
What is a flexfield? List out its types.
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?