Subject | RE: [Firebird-Architect] Kicking users off the system |
---|---|
Author | Samofatov, Nickolai |
Post date | 2004-06-21T13:44:57Z |
Hi, Jonathan!
attachments (including SYSDBA ones) and then allows only SYSDBA to
connect.
In Firebird 2 the functionality above is supported and known as
"multi-user maintenance mode".
2 new shutdown modes are added.
"single-user maintenance mode" so you can perform critical tasks
(usually database conversions/upgrades) without fear to be interrupted
by concurrent activities.
"full shutdown" forbids all attachments to database except one to bring
it online. You may safely copy database using filesystem routines when
it is fully shut down.
I think your question belongs to fb-devel list.
> I've heard that it's currently possible to cut all activeYes, there is a database shutdown functionality which cuts all
> connections from a certain database, and/or simply refuse all
> new ones. The problem is that this is not applicable, as far
> as I understand, to connections with the SYSDBA user.
>
> Now, I personally don't like database-level security, I do
> everything in the user application. Therefore, all my users
> connect as SYSDBA. Doing otherwise would require that we keep
> up grants all the time, which is a time-consuming and
> error-prone task.
>
> Therefore, it would be very nice if there were some way of
> warning all active connections that they are about to get
> cut, and then, after a period of time, actually cutting them,
> including the ones that connected as SYSDBA. Perhaps this
> could be an option, since I dare say some of you may not like
> this functionnality...
attachments (including SYSDBA ones) and then allows only SYSDBA to
connect.
In Firebird 2 the functionality above is supported and known as
"multi-user maintenance mode".
2 new shutdown modes are added.
"single-user maintenance mode" so you can perform critical tasks
(usually database conversions/upgrades) without fear to be interrupted
by concurrent activities.
"full shutdown" forbids all attachments to database except one to bring
it online. You may safely copy database using filesystem routines when
it is fully shut down.
I think your question belongs to fb-devel list.
> Jonathan Neve.Nickolay