How to read the LSQLBIND column from SYS.fga_log$
Hello
We have a need to turn on the audit on specific tables/views at the database level. I do have an export from our DBA - select * from SYS.fga_log$
The data is pretty much exactly what I am looking for. However I would like you to help me read the data from LSQLBIND column
All my searches done from the application has been recorded - Which is good, as this is what I need.
Example:
#1(0): #2(7):1000091
#1(2):81 #2(6):148145 #3(5):30164 #4(6):165945
What does the Hash tag numbers mean?
What does the numbers in the parenthesis mean?
Please help me to read the data from this column