Hi,
An often asked question on the forum (asked again today) is to let datapump replace objects other than tables.
Currently TABLE_EXISTS_ACTION=REPLACE allows tables to be dropped and recreated but all other objects (well other than indexes indirectly by tables being dropped) such as functions/procedures/packages all fail to create as the objects already exist. It would be great if there was another setting to force the replacement of other objects - this should be easy to do as all that needs to change is the adding of 'or replace' to the create command.
Cheers,
Rich