Hi,
During the provisioning of a database server I am using a script to execute emcli command's to register the targets(oracle home, grid-components and database) within EM12c.
A short will after adding a database target, EM creates a database system with the name "<databas_target_name>_sys".
Someone with our company decided to create the database target with the name <db_name><hostname>, which leads to <db_name><hostname>_sys as a db system.
This is fine as long as it's only a single instance, but if we add a standby database to this system it becomes confusing.
So I wondering if I can giving some parameter to emcli add_target -type=oracle_database to change the default naming of the database system ?
regards,
Pascal