Hi,
I am moving many databases to a new host. I need to backup all the services created along with parameters set for each database created using srvctl
for example as service for a database called dbA was created as below:
srvctl add service -d dbA -s dbA_app_suffix.dbdomain.com -r dbA1 -a dbA2 -l PRIMARY -q TRUE -e SESSION -m BASIC -w 10 -z 150
Now, I do not have the sql for that service, nor a list of service names.
Can I generate a command to re-create the service with the exact same settings?
I have a bunch of services for each databases and settings for each
oracle > srvctl config service -d db|grep "Service name"
Service name: db_APP_BW
Service name: db_APP_BW_READ_ONLY
Service name: db_APP_CIM
Service name: db_APP_CIM_BATCH
Service name: db_APP_CIM_C1
Service name: db_APP_CIM_C2
Service name: db_APP_CLE
Service name: db_APP_GET_SERVICE
Service name: db_APP_INFORMATICA
Service name: db_APP_TIBCO_ADMIN
Service name: db_MNT_DFLT
Thanks!