For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Is there any sign/plans for MySQL 8 to be added to Solaris 11.4 please? I can see there is a version available for SPARC, but not x86 (on dev.mysql.com).
TIA
Hi, I don't see any problem with this approach of using "alter session" to execute commands in the PDB. It's just always good to check if it's in the correct PDB, you can for example use a "show con_name" to make sure you are in the right place.
as luis has already mention, check pdb before doing admin task, rest of your approach is fine