How to allow other user to see my schema's structure without seeing data?
Hi,
Our management introduce a tool and want to audit object changes.
They want to see any objects' changes and don't want to see data.
How to grant permission to select all_objects to a user for specific schema but this user cannot see the schema's data?
"SELECT ANY TABLE" cannot fit this requirement.
"GRANT SELECT ON SYS.ALL_OBJECTS TO .." cannot see objects belong to other schema. If the user can see the table structure on other schema, it can see the data.
Thanks
Xiaogang"