ORA-65511
        SQL statement executed on a remote database over a database link cannot access a LOB on the local database with parallel execution enabled on the remote side
        
        
        Cause
        This is likely the result of passing a local LOB locator as a bind value to a SQL statement that is executed on a remote database over a database link. For example, running the statement "INSERT INTO tabl1@@dblink VALUES (:1)" where the bind value is a local persistent LOB locator and parallel execution is enabled on the remote side.
        Action
        Disable parallel execution for the SQL statement on the remote database.
        
     
    
    
        ORA-65511
        SQL statement executed on a remote database over a database link cannot access a LOB on the local database with parallel execution enabled on the remote side
        
        
        Cause
        This is likely the result of passing a local LOB locator as a bind value to a SQL statement that is executed on a remote database over a database link. For example, running the statement "INSERT INTO tabl1@@dblink VALUES (:1)" where the bind value is a local persistent LOB locator and parallel execution is enabled on the remote side.
        Action
        Disable parallel execution for the SQL statement on the remote database.
        
     
    
    
        ORA-65511
        SQL statement executed on a remote database over a database link cannot access a LOB on the local database with parallel execution enabled on the remote side
        
        
        Cause
        This is likely the result of passing a local LOB locator as a bind value to a SQL statement that is executed on a remote database over a database link. For example, running the statement "INSERT INTO tabl1@@dblink VALUES (:1)" where the bind value is a local persistent LOB locator and parallel execution is enabled on the remote side.
        Action
        Disable parallel execution for the SQL statement on the remote database.