404NoSuchBackupConfigurationBackup is not configured.没有配置备份到OOS。404NoSuchBucketThe bucket with name bucketName does not exist.Bucket不存在。404NoSuchLicenseThe HBlock license does not exist.没有软件许可证。
用户可以选择仅清理回收站记录,或同时清理物理库中的表。语法:-- 清理回收站中的表(不清理物理库表) udal recycle_bin purge table where id = ?; -- 清理回收站中的表(同时清理物理库表) udal recycle_bin purge table where id = ? [with physical delete];参数说明:id = ?: 必填参数,指定要清理的回收站记录的主键ID。