Can not shutdown db because the process ora_s000 in oracle 9i
My DB is 9.2.0.4 64bit on AIX 5.2. My DB has been installed with SHARED SERVER mode. Today, when I shutdown db, alert log appear:
Active call for process 52102 user 'oracle' program 'oracle@vnsgndbp001 (s000)'
SHUTDOWN: waiting for active calls to complete.
And I wait for 20 minutes but my db can not shutdown ! I use ps -ef | grep oracle, and I saw this process with name is ora_s000_acevnprd ! After that, I used kill command to kill it and can shutdown my db. When start db, I also see this process.
Can any one talk to me about it, and how it effect my db ?