Subject | Re: [firebird-support] GBak Param List |
---|---|
Author | Helen Borrie |
Post date | 2006-12-15T00:33:33Z |
At 09:37 AM 15/12/2006, you wrote:
dialect, forced writes, cache size, reserve space). Use the gfix
tool for that.
To enable forced (synchronous) writes:
gfix -write sync path/to/database -user sysdba -password whatever
To enable reserve space:
gfix -use -reserve path/to/database -user sysdba -password whatever
there....but you need to be SYSDBA or database owner to change
database attributes.
./heLen
>Can someone give me the correct param list to restore a database andGbak can't change the database attributes (stuff such as database
>end up with forced writes on and a reserve for back versions.
dialect, forced writes, cache size, reserve space). Use the gfix
tool for that.
To enable forced (synchronous) writes:
gfix -write sync path/to/database -user sysdba -password whatever
To enable reserve space:
gfix -use -reserve path/to/database -user sysdba -password whatever
>All the admin tools I have used so far are no creating a reserve even whenCan't comment on that as there are zillions of admin tools out
>specificed.
there....but you need to be SYSDBA or database owner to change
database attributes.
./heLen