ORA-00981: cannot mix table and system auditing options
Cause: Table and system-wide auditing options were specified in the same AUDIT or NOAUDIT statement.
Action: You must issue table and system options in separate statements.
ORA-00981: cannot mix table and system auditing options
ORA-00981表示您正尝试使用表审核选项和系统审核选项混合审计一个对象或系统检查。但是,表审计和系统审计选项间互不兼容,不能混合使用。
该错误一般是由于在审计同一个对象时,使用了不同的审计选项。比如,当一个用户尝试审计一个表的行为为TABLE_ROW一次又尝试审计操作为AUDIT_SYS操作,时就可能遇到此问题。
发生此错误前,应检查审计是否针对表行、表列或系统操作进行审计,并分别使用其对应的audit语句,而不是混合使用不同的审计语句。