Subject | Re: [firebird-support] Change database to single user |
---|---|
Author | Anderson Farias |
Post date | 2009-02-05T20:19:58Z |
Hi,
you may use:
gfix -shut full -force 0 //shutdown and no connections alowed
and than
gfix -online single // bring on-line just for 1 connection from
sysdba/owner
later you may use
gfix -online [normal] to bring the database to normal online state
regards,
Anderson Farias
>By using gfix, can I bring database to single user mode and attatch onlyYES
>once at a time?
you may use:
gfix -shut full -force 0 //shutdown and no connections alowed
and than
gfix -online single // bring on-line just for 1 connection from
sysdba/owner
later you may use
gfix -online [normal] to bring the database to normal online state
regards,
Anderson Farias