ORA-32462:cannot use an object modified in current transaction
错误码
错误描述:cannot use an object modified in current transaction
错误原因:An object modified in the current transaction was found during the creation of in-memory private temporary table using CREATE TABLE AS SELECT (CTAS).
解决方法:Split the CTAS statement into CREATE TABLE followed by INSERT SELECT.
向认证技术专家提问
向技术专家提问


