2020年01月30日

Firebirdで壊れたDBの修復


gfix -m -user sysdba -password masterkey bkmkapp.fdb
gbak -b -e -g -user sysdba -password masterkey bkmkapp.fdb newdb.fdb


cd /opt/firebird/bin

gfix -m -user sysdba -password masterkey /var/FbSQL/bkmkapp.fdb

gbak -b -e -g -user sysdba -password masterkey /var/FbSQL/bkmkapp.fdb /var/FbSQL/newdb.fdb


./isql -u sysdba -p masterkey




---------------------------
IBConsole ANSI Edition (32bit)
---------------------------
database file appears corrupt ()

wrong page type

page 130134 is of wrong type (expected 6, found 5)
---------------------------
OK   
---------------------------

10.png




posted by a23 at 07:56| Comment(36) | Firebird

2019年12月20日

arithmetic exception, numeric overflow, or string truncation

Firebird

001.png

---------------------------
A5:SQL Mk-2 32bit edition (Portable mode) Version 2.14.5
---------------------------
arithmetic exception, numeric overflow, or string truncation
Cannot transliterate character between character sets
---------------------------
OK   
---------------------------

posted by a23 at 08:19| Comment(0) | Firebird

2019年01月29日

FBExport

FBExport
FirebirdおよびInterBaseデータベースでデータをエクスポートおよびインポートするためのツール

【Firebird】SQLをエクスポートして他のDBMSにエクスポートできるようにする



使用方法が、よくわからない・・・・

gfix



posted by a23 at 16:44| Comment(0) | Firebird