Hi all,
I had this problem with 5.1.2 so upgraded to 5.1.4 . Unfortunately I still get it with the following view definition:
create or replace view dummy_view (USER_OR_GROUP, USER_ID, USER_CODE, PORTAL_USER, EXTERNAL_ID, EXTERNAL_CODE) as
select 'U', id, user_name, portal_user, grantee_id...