The contents are of my own testing and deployments. Not guaranteed that these might work in your environment. Please test before usage.
Summary: in this tutorial, you will learn How to connect the pluggable database in oracle.
Below is a workaround about how to start the Pluggable database?
Below is a workaround about how to connect the Pluggable database?
SQL> select name, pdb, network_name from v$services;
NAME PDB NETWORK_NAME
------------------------------------------------- ------------------------------ ------------------------------
pdb1.localdomain PDB1 pdb1.localdomain
Thanks for your time!!!
0 Comments