Understanding AutoConfig in EBS/Oracle Apps R12.2 Β AutoConfig plays a pivotal role in Oracle E-Business Suite (EBS). When executed, it generates various configuration files from template files. In certain scenarios, …
Read More »Daily Archives: November 10, 2023
Switchover MySQL
Switchover MySQL Β Source 199Replica 198 SOURCE SET GLOBAL read_only=ON; set global super_read_only=ON; show variables like '%super%read%'; show variables like '%read_only%'; flush tables;flush logs; SHOW MASTER STATUS; REPLICA stop slave; …
Read More »