Hi. We have a problem we'd like to circumvent. There is a stored
procedure that sets a savepoint, do whatever, and if there is an
error, it rollbacks to the savepoint. The problem is that every time
we invoke that procedure from a remote database, oracle complains
because you cannot do that. ¿Could some of you know/imagine how to
circumvent that? We need the rollback to assure the integrity of data
after the procedure is called...
thanks
guillermo
procedure that sets a savepoint, do whatever, and if there is an
error, it rollbacks to the savepoint. The problem is that every time
we invoke that procedure from a remote database, oracle complains
because you cannot do that. ¿Could some of you know/imagine how to
circumvent that? We need the rollback to assure the integrity of data
after the procedure is called...
thanks
guillermo
Comment