Subject | Re: Shutting down a database |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-16T08:59:08Z |
> This is very simple question: is there any way to shut down a databaseI have never tried, but there's a DPB parameter isc_dpb_shutdown. You
> directly from a java program?
>
> I know gfix does this task, but I would like to integrate it into my
> java application.
can try to pass following with connection string:
jdbc:...my.gdb?shutdown=<value>
where possible values are combination of following flags:
1 - shutdown cache
2 - shutdown attachments
4 - shutdown transaction
8 - shutdown force
If you suceed, please report it here, we will include this in FAQ.
Best regards,
Roman Rokytskyy