Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ora-2067 transaction or savepoint rollback required

176658Jan 23 2007
I have a situation where one procedure in one db needs to call another. The called proc will execute a process of inserting records into a table on the called db. Then the calling proc would run a query on the table from the called db and posit it on another db (using db links of course).

I have setup the called procedure as an autonomous transaction, used "set transaction read write" but I still get this error. None of the instances on the net get very concrete about how to solve this sort of problem so I am left in a quandry. Does anyone have any ideas how to specifically solve this sort of thing?

Steve
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2007
Added on Jan 23 2007
0 comments
1,059 views