Hi Experts ,
We are frequently doing export and import from Prod to UAT/STAGING Database Servers.
Import is running long time so we are always using EXLUDE=CONSTRAINTS , INDEXES during import.
Can anyone help me , how do i make a simple script to track all indexes and constraints before i take export.
once i tracked all indexes/constraints from the schema, using spool file i can recreate them.
Thanks in advance.