Dear Experts,
is it possible to export and import only constraints for a specific schema ?
There are n number of objects in a schema.
impdp process is very slow and running 16+ hours ..continuously.
We are planning to export only constraints and import them.
How do i EXCLUDE remaining objects like INDEXES, FUNCTIONS, TRIGGERS, etc .. (EXCEPT CONSTRAINTS)
I want to exclude all objects including table rows, only i want to export CONSTRAINTS.
Can anyone tell me the best approach to achieve this ?
DB Version is 12.2
FYI : I have noticed, library cache lock occurred after impdp process initiated.
Thanks in advance