Kbase 17969: Error 748, When Trying to Stop the Database.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Error when trying to stop the database.
The server or the system has no more resources. Try a larger -n. (748)
FIX:
There are different ways to shutdown the database, but to be able to shutdown the database there must be a semaphore free and the -n must not be exceeded.
To get a free semaphore, some or all users should disconnect from the database. However, some of these processes might still be hanging and must manually be killed. To see which processes are connected to the database, use the following command:
ps -ef|grep <databasename>
A list of connected processes should appear and the first number in the line indicates the PID. Knowing the PID, you can now use the KILL command on as many processes as needed to avoid the 748 error.
Kill -15 <PID>
A normal shutdown can now be done with proshut.