ORA-23348 cannot replicate procedure string; only IN parameters supported cause and solution
The following is the ORA-23348 error message, you can learn the cause and solution of the Oracle database error.
ORA-23348 cannot replicate procedure string; only IN parameters supported
Cause: An attempt was made to generate replication support for a package that has a procedure with OUT or IN OUT parameters.
Solution: Remove the procedure from the package, or remove the OUT or IN OUT parameters from the procedure.
Please wait for the update…