commit an update
We have a trigger that gets fired after table A gets updated/inserted and it goes and logs that information in table B. Then the nightly job picks up "user" information from table B and insert in table A and commits. There is a latency period between an update and when user gets to see this update/isert..
I can think of running that nighly job on an hourly basis to over come. Can you suggest some ideas -- to insert and commit in one step?
Thanks,
VP