Replication + stored procedures
Hi all.
I'm experiencing some replication issues on a db with stored procedures.
The error I have on replication slaves is something like:
"1312 | Error 'PROCEDURE db.proc_ast_ciddetails can't return a result set in the given context' on query"
when the proc is called on the master.
error 1312 is the same as "select into a stored proc. must have into",
and is solved client side by telling the server that the client
supports a multiple result set.
But honestly, I cannot find how to fix that with replication.
Any hint?
Subject
Views
Written By
Posted
Replication + stored procedures
2420
June 06, 2005 09:20AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.