Comment
11-13-2024
10:45 AM
11-13-2024
10:45 AM
There is a problem with queries # 8,9 and 10.
First... the action_name commandSubmit does not have the full_name_arg parameter.so you cannot determine the objects accessed by a query.
Second.. the action_name getTable refers to getting the metadata for a table, not access to the actual data. So If I open a SQL client tool that shows the catalogs, schemas and objects in a tree it generates a getTable action for every object.
A more complete description of the system tables would help. How do you determine access to the DATA in a table?