Is there a way to limit the access to redo-log tables for a specific user?
Currently I have an issue where the user is able to see updates to one table, but not the rest of the tables in the schema being archived.
For now, the only reasons I can think of are that you can limit the access to specific table updates in the redo-log, or the one table I am accessing is in a seperate table space then what the tables I need are located in.
Thanks!
Currently I have an issue where the user is able to see updates to one table, but not the rest of the tables in the schema being archived.
For now, the only reasons I can think of are that you can limit the access to specific table updates in the redo-log, or the one table I am accessing is in a seperate table space then what the tables I need are located in.
Thanks!