Oracle 下創建審計賬號

DROP USER audit_dbuser;
create user audit_dbuser identified by Wisoft2019;
grant connect,resource to audit_dbuser;
grant select on sys.aud$ to audit_dbuser; 
grant select on sys.dba_fga_audit_trail to audit_dbuser;


create user operator_dbuser identified by Wisoft2019;
grant connect,resource to operator_dbuser;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章