Hi
I'm use Delphi 6, ODAC 5.55.0.21
Oracle9i,TSmartSQL
sql =
----------------------------------------------------------------------
explain plan set statement_id='1000' into PLAN_TABLE For
select TO_DATE( :strDt, 'yyyyMMdd' )
from dual
-----------------------------------------------------------------------
when TOraSession.Option.Net = True
"ora-01006 bind variable does not exist"
but TOraSession.Option.Net = False not error
Please Help
"Explain Plan" bind variable error
"Explain Plan" bind variable error
Last edited by ysyang on Mon 16 Jan 2006 00:48, edited 1 time in total.