"Explain Plan" bind variable error
Posted: Wed 11 Jan 2006 15:35
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
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