We would like to create a listener service of our PDB without our domain name being appended to our
Hello all,
We have a Pluggable Database (PDB) with a simple service name. When the service name is registered with our listener, our domain name is automatically appended to our service name.
We have used package DBMS_SERVICE to try to modify this behavior but our attempts have failed. We even tried making nulling parameter DB_DOMAIN but our domain name still gets appended to our service name.
Does anyone know of a way to register a service name without having a domain name appended?
For example, if our service name is "example", would would like to have "example" registered with our listener rather than "example.domain".