Differences between db_file_name_convert & log_file_name_convert.
I'm trying to duplicate my production database to a test site using a full RMAN backup of prod DB, I would want to understand what's the differences between the 2 parameter as I'm kinda confuse.
db_file_name_convert will ensure all my datafile from the source DB will be restored to the new path right? It's applicable for datafiles or tempfiles as well?
What about log_file_name_convert? What does it do?