On 03/02/15 12:01, arnaud le roy wrote:
> it's strange because it seems that have twice the same parameters options :
>
> isc_spb_prp_shutdown_db = 7,
> isc_spb_prp_deny_new_attachments = 9,
> isc_spb_prp_deny_new_transactions = 10,
Sorry, you are right, this parameters are abbreviations use in se
it's strange because it seems that have twice the same parameters options :
isc_spb_prp_shutdown_db = 7,
isc_spb_prp_deny_new_attachments = 9,
isc_spb_prp_deny_new_transactions = 10,
and
isc_spb_prp_force_shutdown = 41,
isc_spb_prp_attachments_shutdown = 42,
isc_spb_prp_transactions_shutdown = 4
it's strange because it seems that have twice the same parameters options :
isc_spb_prp_shutdown_db = 7,
isc_spb_prp_deny_new_attachments = 9,
isc_spb_prp_deny_new_transactions = 10,
and
isc_spb_prp_force_shutdown = 41,
isc_spb_prp_attachments_shutdown = 42,
isc_spb_prp_transactions_shutdown = 4
On 03/01/15 15:44, arnaud le roy wrote:
> Hi,
>
> somebody can tell me what is the difference between
>
> isc_spb_prp_shutdown_db
It's a command telling firebird that database must be shutdown.
> and
>
> isc_spb_prp_force_shutdown
This is the type of shutdown (one of isc_spb_prp_force_shutdown,
Hi,
somebody can tell me what is the difference between
isc_spb_prp_shutdown_db
and
isc_spb_prp_force_shutdown
because in the api guide about isc_spb_prp_shutdown_db :
Shuts down the database when:
• There are no connections to the database, or
• At the end of the timeout period you specify
C