ORA-23348: cannot replicate procedure string; only IN parameters supported
What triggered the Error:
ying to generate replication support for a package that has a procedure with OUT or IN OUT parameters.What should we do to fix it:
move the procedure from the package, or remove the OUT or IN OUT parameters from the procedure.