ORA-22982
        cannot create sub-view under this view
        
        
        Cause
        The view derived its object identifier (OID) from a table or view that had a primary key based OID. Sub-views cannot be created under such views.
        Action
        Specify a view that has a system generated OID or a view created with the specification of attributes in the WITH OBJECT ID clause and retry the operation.
        
     
    
    
        ORA-22982
        cannot create sub-view under this view
        
        
        Cause
        The view derives its OID from a table/view having primary key based OID and sub-views cannot be created under such views.
        Action
        Specify view having system generated OID or a view created with the specification of attributes in the WITH OBJECT ID clause and retry the operation.
        
     
    
    
        ORA-22982
        cannot create sub-view under this view
        
        
        Cause
        The view derives its OID from a table/view having primary key based OID and sub-views cannot be created under such views.
        Action
        Specify view having system generated OID or a view created with the specification of attributes in the WITH OBJECT ID clause and retry the operation.