table_exists_action parameter in IMPDP
Hi all,
I have expdp export dmp file and i want to refresh the schema in UAT and i dont want to drop the UAT schema.
Suppose i m using "table_exists_action=truncate" parameter in impdp so what will happen to existing procedures, packages, triggers means (all dependant objects) of both UAT and PROD?
And suppose i have created one procedure and one trigger in UAT db which is not present in Production DB and i wnat to import that dmp file which contain new procedure and trigger to Prod DB using with""table_exists_action=truncate" parameter so that procedure and trigger will be imported to PROD db or not?
Please suggest......
Regards.