How to Register Pluggable Database(PDB) with new created LISTENER

Connect to an idle instance and startup the instance [oracle@ol8-19 ~]$ sqlplus / as sysdba SQL> startup; change container to that pluggable database SQL> alter session set container=pdb; Session altered. and open it SQL> alter pluggable database pdb open; Now, you set local_listener SQL> alter system set local_listener=”(address=(protocol=tcp)(host=ol8-19.localdomain) (port=1522))” scope=spfile; System altered. and issue the … Read more