Hi,
How fails?
It depends of the scope of "SET SCAN OFF" construction, if it's based on
the session , it will be active while you have the connection open, if it's
reset each time you issue a new command, well that is a problem
Just to be sure, can you send two SQL instructions in one command:
theOracleComamnd.CommandText = " SET SCAN OFF; UPDATE TABLE ... ; " ?
cheers,

Signature
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
> Thanks...Yes...I tried issuing it through the OracleCommand class using
> the ExecuteNonQuery but it still fails. I'm not sure which exact method in
[quoted text clipped - 23 lines]
>>>
>>> Thanks
Randy - 15 Dec 2005 18:36 GMT
I don't think you can send two commands at once...
> Hi,
>
[quoted text clipped - 36 lines]
>>>>
>>>> Thanks