OCI Query Timeut
Hi,
I would like to set a timeout to DML query in OCI. Basically, if the query finds the row it wants to be updated is locked (in a transaction) it should wait for a minimum period specified by the timeout and try again else it should return an error.
Can anyone tell me if this is possible in OCI?
Thanks