Hi,

I have a problem with the management of permissions.

I have UserA and UserB.

UserA owns a table T.
UserB can select the table T of UserA.

Now I want to allow UserA to create a view in
the schema of UserB.

How can I do it without using:
grant create any view to UserA

Thanks in advance
Olaf Oelsner