Hi
Every one,
I am using the oracle data
base 10 g it running in windows 2003 server. Every day the database
file are back by TSM client so we have a script to stop the service
when the backup is started. All the servers are working find but we
have an issue with only one server. The service is automatic in all
the server, so it automatically stops when the backup has started.
But it now happen in one windows 2003 server. So we change the
service into manual status and taking the backup. It is production
server if the server got an unexpected reboot then the service will
not up. So we need a permanent solution to fix this issue . Any one
have idea to help this we are thank ful them
Thanks
in Advance !!!!
Hi
I did not understand fully why you set the service to manul?
If you must have it manual then you have to find some workaaround solution .
there are two slutions i can think of :
1. create script that run as scheduale task every x minutes the script will check if oracle instance is down and if is down and no backup running at the moment will restart it .
2. whenever instance is down the schedule task that check if instance is up or not will send you some kind of alert (email, SMS) and you will decide if you want to bring the db back up .
hope it helps
Good Luck
78 views
Usually answered in minutes!
Please clarify the following:
"But it now happen in one windows 2003 server. "
What happened when you tried to stop the service with the script? (I will presusme you mean that the service failed to stop.)
What error do you see for this on the event viewer?
×