How to shutdown / start pluggable Database only from a Container Database in 19c

===================================

  1. Source Container Database Environment
  2. sqlplus “/ as sysdba”
  3. alter pluggable database EBSCLONE close immediate;
  4. alter pluggable database EBSCLONE open read write;

=========================================

This entry was posted in Uncategorised. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *