Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Backup services configured using srvctl add service

DBA AbhishekSep 8 2016 — edited Sep 23 2016

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!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2016
Added on Sep 8 2016
1 comment
499 views