EBS 19c service name issue
Cause:
1. Misconfiguration with the listener and registration of services:
2. Adop patching cycle will not work.
Solution:-
1. In 19c database service_name parameter should be set to container name
2. Source CBD ENV.
3. Close PDB instance.
SQL> alter pluggable database all close instances=all;
Pluggable database altered.
SQL> alter system set service_names='CDBSID' scope=both sid='*';
System altered.
No comments:
Post a Comment