ORA-28397: cannot online file string since it has a passphrase-wrapped key ORACLE 报错 故障修复 远程处理
文档解释
ORA-28397: cannot online file string since it has a passphrase-wrapped key
Cause: The encrypted tablespace file was rewrapped using passphrase through the DBMS_TTS.PASSPHRASE_REWRAP_KEY procedure. Therefore it cannot be part of the database until it is converted by RMAN.
Action: Do not attempt to online files with passphrase-wrapped keys.
ORA-28397: 不能上线文件字符串,因为其具有密码保护的密钥。
官方解释
ORA-28397: 当使用受密码保护的密钥将文件名称从字符串中传递给Oracle数据库时,发生此错误。
此错误指示由于使用受密码包装的密钥,无法将文件名从字符串形式传递给数据库
常见情况:
此错误可能是由于在尝试将受密码包装的密钥传递给数据库时引发的
一般处理方法及步骤
解决此问题的常见方法是:
1.将密钥拆封,然后将其传递给数据库。
2.使用加密字符串传递文件名,而无需使用受密码保护的密钥。
3.提高表空间中数据文件的大小,以便它能够满足数据库文件中所需的大小。