Table Locks SQLserver
Hi-
We are trying to perform NOLOCK on tables when doing selects etc .. from Oracle to SQLserver with the Oracle Gateway.
When we try selects it locks these tables on the SQLserver. I know Oracle does not use NOLOCK.
Is there anything used to not lock tables on the SQLserver from Oracle ?
Thanks-