If any of the Oracle services are shutdown and started you find that in the event log with the specific service name which can be identified in the services listing which can be located in control panel. Instance is refers to a combination of components working together.
Do you have any DBMS_JOBs running on your database? Do you kill any of those jobs sessions occasionaly?
If you do, the job process will terminate and the message will be written into your event log: "Instance SID has been terminated". Shortly after (depending on your JOB_QUEUE_INTERVAL parameter) Oracle's SNP process will be restarted again and you'll find the following message in your event log: "Initializing PGA for process SNPn in instance prod".
So it doesn't realy mean that your database instance has been terminated, its only one of the background SNPn processes that has been killed.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
There are no jobs scheduled/running. Moreover, no similar message like ...
"Initializing PGA for process SNPn in instance prod".
is also not there, the application log of event viewer is only filled with
"Instance hris has been terminated"
However, the developers have implemented connection pooling for the db connection using code in ASP, JAVA, etc...
I suspect that this is the problem. ?? What do you think ?
Bookmarks