db_file_name_convert log_file_name_convert
edited Aug 19, 2013 6:57AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 6 commentsAnswered
It seems that when a copy of the production configuration was made on a non-prod environment the parameters were not modified to reflect the new environment. that is db_file_name_convert and log_file_name_convert are still set in the parameter files, but they aren't accurate. no conversion is needed in the non-prod environment.
1. do these parameter harm the dataguard?
2. can I just alter session set db_file_name_convert=(''); to empty the conversions?
1. do these parameter harm the dataguard?
2. can I just alter session set db_file_name_convert=(''); to empty the conversions?
0