ORA-02467
        Column referenced in HASH IN expression is not found in cluster definition.
        
        
        Cause
        A column in the HASH IS expression was not present in the cluster definition.
        Action
        Correct the cluster definition by either using column(s) that are present in the cluster key columns(s) or add the column you have chosen for the HASH IS clause as cluster key.
        
     
    
    
        ORA-02467
        Column referenced in expression not found in cluster definition
        
        
        Cause
        A column in the hash is expression was not present in cluster definition.
        Action
        Recreate the cluster and correct the error in hash expression.
        
     
    
    
        ORA-02467
        Column referenced in expression not found in cluster definition
        
        
        Cause
        A column in the hash is expression was not present in cluster definition.
        Action
        Recreate the cluster and correct the error in hash expression.