Consultor Eletrônico



Kbase P52026: Database is not shutting down after issueing an unconditional shutdown request
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

SYMPTOM(s):

Database is not shutting down after issueing an unconditional shutdown request

Issued proshut dbname -by command.

CAUSE:

There is a hung client process that will not terminate and is preventing the database from shutting down.

FIX:

Open a new shell and force the database to shutdown by using proshut with the -F option. e.g:

proshut -F dbname

Once this is done, the next time the database has started it will go through normal crash recovery. Using the -F with proshut does not harm the database. For more information, please reference solution P3222