Generate Service and DB Details with one command for N DB’s on one cluster

Share via:
for i in srvctl config; do echo $i; srvctl status database -d $i; done;
for i in srvctl config; do echo $i; srvctl status service -d $i; done;
Share via:
Note: Please test scripts in Non Prod before trying in Production.
1 Star2 Stars3 Stars4 Stars5 Stars (12 votes, average: 5.00 out of 5)
Loading...

2 thoughts on “Generate Service and DB Details with one command for N DB’s on one cluster

Add Comment