Have you ever asked yourself how to rename a pluggable database? I did. And today a colleague from ACS Support told me how easy it is.
Of course I had to try it out. And it seems to work quite nice in Oracle Database 12.2.0.1. In the previous release I found some nits documented in MOS.
How to rename a Pluggable Database
There’s no obvious command to rename a pluggable database such as “alter pluggable database PDB1 rename to PDB2”. But it’s not complicated if you know the right command.
I’m creating a fresh pluggable database:
create pluggable database PDB1… Continue reading...