文档解释
ORA-32590: log group specification not allowed here
Cause: Supplemental log specification is not allowed in the statement.
Action: Remove the supplemental log specification from the statement.
ORA-32590: log group specification not allowed here错误是由当试图在CREATE TABLESPACE语句中包含LOGGING选项时发出的。
官方解释
常见案例
一般处理方法及步骤
alter tablespace tbs_name logging/nologging;
查看更多关于ORA-32590: log group specification not allowed here ORACLE 报错的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did246239