This document discusses troubleshooting an issue where a database failed to mount after a role transition from primary to standby due to inconsistencies in the control file's temporary file mappings for PDBs. The issue was identified as a match for bug 24601586, which is caused when temporary tablespaces are dropped and recreated on the primary. The solution involved applying the patch for the bug, recreating the control file to fix the mappings, and adding tempfiles to the tablespaces on the new primary database. Lessons included applying relevant patches before PDB temp tablespace maintenance and checking for control file mapping mismatches when troubleshooting ORA-600 errors.