0
set semsys:seminfo_semmnu=500
set semsys:seminfo_semume=100
set semsys:seminfo_semmni=200
Thomas Mack
TU Braunschweig, Abt. Informationssysteme
your /etc/inittab, if you like to have
this behaviour. Actually, you will find (almost?) all scripts from
/sbin/init.d/rc2.d doubled in /sbin/init.d/rc3.d for the reason, that
runlevel 3 does NOT start the scripts for runlevel 2.
Thomas Mack
TU Braunschweig, Abt. Informationssysteme
ng program has to react on errors, as it
should do in other situations as well.
For example, select * from xyz fails with an error, when table xyz does
not exist. If you have this statement inside of a transaction, you
would normally react on the error (commit / rollback).
Thomas Ma