ORA-32462
        cannot use an object modified in current transaction
        
        
        Cause
        An object modified in the current transaction was found during the creation of in-memory private temporary table using CREATE TABLE AS SELECT (CTAS).
        Action
        Split the CTAS statement into CREATE TABLE followed by INSERT SELECT.
        
     
    
    
        ORA-32462
        cannot use an object modified in current transaction
        
        
        Cause
        An object modified in the current transaction was found during the creation of in-memory private temporary table using CREATE TABLE AS SELECT (CTAS).
        Action
        Split the CTAS statement into CREATE TABLE followed by INSERT SELECT.
        
     
    
    
        ORA-32462
        cannot use an object modified in current transaction
        
        
        Cause
        An object modified in the current transaction was found during the creation of in-memory private temporary table using CREATE TABLE AS SELECT (CTAS).
        Action
        Split the CTAS statement into CREATE TABLE followed by INSERT SELECT.