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;