- dbaccess 數據庫名 -
--導出數據到文件 act_ge_bytearray.unl 默認導出位置在 #GBASE安裝目錄/bin下面# - unload to act_ge_bytearray.unl select * from act_ge_bytearray where deployment_id_ = 'a5b0326b852449a4919df5bf781b734b';
--導入文件 - 使用用戶gbasedbt上傳文件到 目標數據庫的/bin目錄下,如果是blob/clob文件也要上傳
dbaccess keyan-
load from act_ge_bytearray.unl insert into act_ge_bytearray;
結果:
load from act_ge_bytearray.unl insert into act_ge_bytearray;
2 row(s) loaded.
導出文件截圖:
上傳導入文件截圖:
遇到的問題:
clob/blob字段會單獨導出一個文件,不要忘記上傳