android中init failed when open zip file怎么解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android中init failed when open zip file怎么解决相关的知识,希望对你有一定的参考价值。

参考技术A init failed when open zip file意思是:打开压缩文件时初始化失败。
所以解决办法是:重新打开文件,同时检查文件是否完整,重新初始化。

句子解释:
fail 英[feɪl] 美[fel]
vt. 失败,不及格; 倒闭,破产; 缺乏; 衰退;
vi. 破产; 衰退; 失败,不及格; 不足;
vt. 不及格; 使失望; 忘记; 舍弃;
[例句]The Workers 'Party failed to win a single governorship.
劳工党连一个州长职位也未能赢得。

open 英[ˈəʊpən] 美[ˈoʊpən]
adj. 敞开的,开着的; 公开的,公共的; 坦率的; 有议论余地的;
vt. (打) 开; 开始; 睁开; 启动;
n. 公开; 户外,野外; 空旷;
[例句]He opened the window and looked out.
他打开窗户往外看。

file 英[faɪl] 美[faɪl]
vt. 提出(离婚诉讼或其他讼案); 把…归档; 用锉锉; 发稿,寄给报社;
vi. 发送(报道给报社); 排成一行行走; 提出申请;
n. 档案; 文件(夹); 纵列; 锉刀;
[例句]He sat behind a table on which were half a dozen files.
他坐在一张放有6个文件夹的桌子后面。

Recover With Until Time fails With RMAN-20207 When Time Is Before Last RESETLOGS (Doc ID 159405.1)(示

Recover With Until Time fails With RMAN-20207 When Time Is Before Last RESETLOGS (Doc ID 159405.1)

APPLIES TO:

Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Cloud Schema Service - Version N/A and later
Information in this document applies to any platform.

SYMPTOMS

  • Recover with UNTIL TIME option fails  使用 UNTIL TIME 选项恢复失败
  • RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time

CAUSE

The UNTIL TIME is prior to the current Database incarnation in the RMAN catalog. UNTIL TIME在 RMAN catalog 中 current Database 的 incarnation 之前

UNTIL TIME and RECOVERY WINDOW cannot be less than the database creation time or RESETLOGS time.

UNTIL TIME 和 RECOVERY WINDOW 不能小于数据库创建时间或RESETLOGS时间

SOLUTION

Check the UNTIL TIME or RECOVERY WINDOW. If the database needs to be restored to an old incarnation, use the RESET DATABASE TO INCARNATION command.

检查 UNTIL TIME 或 RECOVERY WINDOW。 如果需要将数据库还原到旧版本,请使用 RESET DATABASE TO INCARNATION 命令。

Set the Database Incarnation back to an incarnation before the last RESETLOG time.

将 Database Incarnation 设置回最后RESETLOG时间之前的 incarnation。

Example:

% rman  target / catalog <username>/<password>@<catalog_tns>

# To find the list of the database incarnation:  --查找 database incarnation 的列表

RMAN> list incarnation of database;

Reset the database to previous incarnation before the resetlog time. In this example incarnation 2

--在resetlog时间之前将数据库重置为先前的版本。 在此示例中,incarnation 2
RMAN> reset database to incarnation 2;

 

Perform the recovery.
See also Note 1070453.6 Point-in-Time Recovery of a Backup From Before Last Resetlogs

以上是关于android中init failed when open zip file怎么解决的主要内容,如果未能解决你的问题,请参考以下文章

Jack server failed ,Try jack-diagnose,SSL error when connecting to the Jack server 8.1,7.0编译不过了报错(代码

FlinkFlink 状态恢复 Failed when trying to restore heap backend

sqlite3, IntegrityError: UNIQUE constraint failed when inserting a value

Discovering versions from the identity service failed when creating the password plugin.

Debug Assertion Failed Expression: GetInterface()!=0 error when writing to database table

[PWA] Show an Error when a POST or DELETE Fails in an Offline PWA