If you do not intend to use the Recycle Bin at the replicate Oracle database, you can manually disable it.
ALTER SYSTEM SET RECYCLEBIN=OFF SCOPE=SPFILE;
Or, if you are using a version of Oracle that does not have the RECYCLEBIN parameter, enter:
ALTER SYSTEM SET "_recyclebin"=FALSE SCOPE=BOTH;