ORA-28370: ENCRYPT storage option not allowed

文档解释

ORA-28370: ENCRYPT storage option not allowed

Cause: You attempted to specify the ENCRYPT storage option. This option may only be specified during CREATE TABLESPACE.

Action: Remove this option and retry the statement.

ORA-28370: ENCRYPT storage option not allowed:

官方解释

常见案例

一般处理方法及步骤

1. 如果要使用ENCRYPT参数,应该在建立表空间时将其设置为ENCRYPTED。

2. 如果不需要使用ENCRYPT参数,则可以删除表空间及其相关对象,然后重新建立一个新的表空间,不使用该参数。

你可能感兴趣的