Dear all,

My database has been running in auditing for awhile; however, when I login as system and tried to set it to no auditing, it doesn't stop the auditing. I tried all these:
noaudit select table;
noaudit all;
noaudit delete table;
noauddit insert table;
noaudit all whenever successful;

When select from a table, the count from sys.aud$ increased by 1. I even tried the noaudit with login as internal, still not works. Just nothing will stop the auditing, the count on sys.aud$ still increased by 1 with select querry. Can anyone advice please?


Thanks,
Unna