Administrator
|
It clears the configuration stored in the database..
It deletes information from tables like fnd_nodes, fnd_concurrent_queues and so on..
So when you clone your db, prod-related info is recorded in those tables initially..You are planning to run autoconfig to finish your clone.. Ao that's where you need to run the setup_clean, before autoconfig.. this way you will have empty config tables before running autoconfig.. So, once you have the clean configi, you run autoconfig to populate the tables with the cloned environment info. (autoconfig both in db and apps tier.. first in db then in apps)
|