Oracle help - concurrent access
I am having a situation like this:
Say client A and client B trying to do a select from table A, I donnot want to display the same results to both the clients. ie, a concurrent access needs to be locked. How do I accomplish this in Oracle 9i? Can anyone give me a sample ?
Thanks

