标题: ORA-23349: cannot generate replication support [打印本页] 作者: admin 时间: 2016-9-1 08:50 标题: ORA-23349: cannot generate replication support ORA-23349: cannot generate replication support for functions Cause: Trying to generatereplication support for a package that has a public
function, or for a stand-alone function. Action: Remove the publicfunction from the package, or alter the function to be a
procedure.