ORA-28369: cannot add files to encryption-ready tablespace when offline
Cause: You attempted to add files to an encryption-ready tablespace when all the files in the tablespace were offline.
Action: Bring the tablespace online and try again
ORA-28369错误表明一个不允许的操作(添加文件到加密准备就绪的表空间)在离线状态下进行。
1. 当表空间处于离线状态时,尝试为表空间添加文件。
2. 当表空间处于加密准备就绪(read-only)状态时,尝试为表空间添加文件。
1. 如果在离线状态时添加文件,先将表空间恢复至在线状态,然后再将文件添加到表空间。
2. 如果在加密准备就绪(read-only)状态时添加文件,先将表空间恢复至可写状态,然后再将文件添加到表空间。
本文标签:ORA-28369 cannot add files to encryption-ready tablespace when offline
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接