Sunday, May 15, 2016

Database application interface details collection

col userhost format a10
col TERMINAL format a10
col OBJ$NAME format a20
col userid format a20

select distinct(userhost),userid from SYS.AUD$ where userid not like 'TAG%'  AND userid not like 'TC%' AND userid not in ('LOGLOGIC','DBSNMP','xxDBA');

No comments:

Post a Comment