After you start the instance, do:
db2 connect to dbname in exclusive mode
From then on only connection using this id can connect or do stuff.
Even users with QUIESCE CONNECT won't be able to connect.
I think (not sure) that this is a SYSADMIN authority requirement.
HTH, Pierre.
--
Pierre Saint-Jacques
SES Consultants Inc.
514-737-4515
"Norbert Munkel" <nm@acoreus.de> a écrit dans le message de news:
dg*************@news.t-online.com...
Artur wrote: You can use QUIESCE DATABASE command. Only users with quiesce_connect
privileges (and users with administrative authorities) will be able to
connect to the database.
Thank you for putting me right. You don't have to be the instance owner.
You just need to have the priviledges mentioned above, which means that
users whith same priviledges would still be able to connect to the
database.
Should not be a REAL problem in a real world scenario.
cu,
Norbert