ORA-23348
Error: ORA-23348: cannot replicate procedure string; only IN parameters supported
Causa: An attempt was made to generate replication support for a package that has a procedure with OUT or IN OUT parameters.
Acción: Remove the procedure from the package, or remove the OUT or IN OUT parameters from the procedure.
COMENTARIOS:
No hay comentarios.