does sys.aud$ table have a unique key? how can I uniquely identify the sys.aud$ rows?
Oracle Database
11g
I want to create a program to process each executed query on database in real-time. To process these records, I need to identify each row uniquely.
Is there a way to uniquely identify each row in sys.aud$ table?
Tagged:
0