restore of package via datapump import
is it possible to use datapunp import to restore a prior version of a package/procedure without first having to explicitely drop the package/procedure? Code for package and package body is "CREATE OR REPLACE..." but datapump import returns ORA-31684 error that the object already exists. I did the backup with expdp INCLUDE to only backup a couple selected packages. Tried adding in table_exists_action=replace but it didn't help. Tried import as full and also as schema with INCLUDE but no difference in the results.running 11gR2
1