[DB-SIG] DCOracle - prepare samples needed.

Luiz Tadao Honda lhonda@zip.net
Wed, 21 Jun 2000 10:50:03 -0300


Hi,

I trying to prepare a query with input parameters like:

sql='select name from user where id=:p1'

to let Oracle make the execution plan only once and then substitute the
variable p1 with the real values.
Does anyone have some samples to help me?

Thanks.

Regards

Luiz Honda