Need suggestion-What is best method to do refresh data from prod to test database.
We have PROD database and TEST database in our environment.
TEST database is cloned from PROD database a year back.
We need to refresh complete data from PROD to TEST.
I used expdp and impdp schema refresh.
but user is not able to see fresh data from application side.
What is the best method to do this activity?
Can we use RMAN to do this refresh activity?
Thanks