i have a situation where i want to refresh production data to my test system however i want to skip the restore for 2 specific tablespaces and use the current tablespace data.
this is because those 2 tablespaces (1 - data and 1-index) is "tools" or application configuration data, separate and non-related to the reset of the actual business data.
i was thinking of setting container paths /dev/null for the 2 I want to ignore and then reset those 2 paths to the existing (before redirected restore) after the restore is complete.
this is because those 2 tablespaces (1 - data and 1-index) is "tools" or application configuration data, separate and non-related to the reset of the actual business data.
i was thinking of setting container paths /dev/null for the 2 I want to ignore and then reset those 2 paths to the existing (before redirected restore) after the restore is complete.