Hi gurus,

I have a proc which invokes a remote proc which has a commit in it.
I get this error:

ORA-02064 distributed operation not supported
Cause:
A commit is issued in a coordinated session from an RPC with OUT parameters.

When I take out the commit from the remote procedure, it works but not when I have the commit.

What do I do about this?