ORA-19836: cannot use passphrase encryption for this backup ORACLE 报错 故障修复 远程处理
文档解释
ORA-19836: cannot use passphrase encryption for this backup
Cause: Passphrase encryption was attempted for a backup that contains encrypted tablespaces and uses compression.
Action: Do not use passphrase encryption for this backup. Use transparent wallet-based encryption instead.
ORA-19836: 不能对此备份使用口令加密
官方解释
ORA-19836代表您正尝试使用口令加密执行备份,但是不支持口令加密。
常见案例
当用户尝试在ORACLE中执行口令加密备份时,将会出现ORA-19836错误。
一般处理方法及步骤
1. 确认用户是否有root或SYSDBA权限。
2. 如果该用户没有root或SYSDBA权限,请为该用户授予这些权限。
3. 重新尝试口令加密备份操作。