Sorry for my bad english.
I have some trouble. Situation:
I have two schemas A and B. In schema A I have table T and in this table is clob field. Schema B doesn't have any right to the A.T . Then I create view V on table T and grant all privileges on view V to schema B. And then when I try to change the entry in the clob field I get message: TABLE OR VIEW DOESN'T EXIST (all other data type fields can be changed, e.g. varchar, etc.).
When I try the same using SQL statement using e.g. SQLWorkSheet and not the OracleDataSet component, it works fine.
When I grant all priveleges to the table T on schema B (all other things staying unchanged) it works too (but it is not convenient for my situation).
Can anyone please give me the solution.
I have some trouble. Situation:
I have two schemas A and B. In schema A I have table T and in this table is clob field. Schema B doesn't have any right to the A.T . Then I create view V on table T and grant all privileges on view V to schema B. And then when I try to change the entry in the clob field I get message: TABLE OR VIEW DOESN'T EXIST (all other data type fields can be changed, e.g. varchar, etc.).
When I try the same using SQL statement using e.g. SQLWorkSheet and not the OracleDataSet component, it works fine.
When I grant all priveleges to the table T on schema B (all other things staying unchanged) it works too (but it is not convenient for my situation).
Can anyone please give me the solution.