Hi All,
Consider following scenario,
I am having three segmented Table spaces with following description,
TS1 contains following tables:
TS1_TAB1
TS1_TAB2
TS1_RUN
TS1_TAB3
TS2 contains following tables:
TS2_TAB1
TS2_RUN
TS2_TAB2
TS2_TAB3
TS3 contains following tables:
TS3_TAB1
TS3_RUN
TS3_TAB3
TS3_TAB3
Lets assume, there is no relationships in table within tablespaces.
Now I want to unload *only* following tables from production data and load into test system,
TS1_RUN
TS2_RUN
TS3_RUN
What will be my control card in load job for both Load Replace and Load Resume Parameters?
Thanks in Advance.