The global dbname in listener configuration will be the static service name (Solving ORA-12514:)
Static service name is an important part in the failover and snapshot mechanisme by the Standby database for using as a HA and test enviroment. Oracle Net Service uses the TNSNAME to resolve the path to the database and initiates a connection to the listener at the target system using the service name in the TNSNAME entry. Command to change the snapshot database to physical standby database: DGMRL> CONVERT DATABASE "JOORDS_DR0" TO PHYSICAL STANDBY; During these operations the the snapshot database needs a restart of the database. When the database is down, the service that is specified by TNSNAME is not registerd so an Oracle Net Service connection cannot be made to the database.Result is a failed operation of the convert database to physical standby. Monitoring the listener.log will give you the information of the error. and what the request is ORA-12514: listener does not currently know of the service request in the connect descriptor