Hello,
I need to just refresh the Procedures, Functions, Triggers and Packages from a production schema to test.
I tried variations of this in a schema import:
CONTENT=METADATA_ONLY
DIRECTORY=datapump
DUMPFILE=x15_schema_prod.dmp
JOB_NAME=impSchema
LOGFILE=impSchema.log
SCHEMAS=x15
TABLE_EXISTS_ACTION=replace
It will not overwrite the existing meta type objects as I get messages like this:
ORA-31684: Object type PROCEDURE:"X15"."MYPROC" already exists
What can you recommend?
Thanks,
Michael