Azure DLP Sensitive Information Types (SIT) Detailed Excel Download

Download document Sensitive Information Type – Dictionary Keywords Sensitive Information Type -Custom Labeling Sensitive Information Type -Regex examples

Oracle Audit Configuration for Security Audit Trails

The purpose of this article is to define the specific Oracle parameters required to capture the desired Oracle database events to the SYS.AUD$ table on test database residing on host “Host-Name”. The audit parameters specified below are recommended in general to enable auditing. Modification of users accounts on Oracle (create and delete accounts) Access granted… Continue reading Oracle Audit Configuration for Security Audit Trails

Oracle Shared Pool Size

Script – One approachset serverout onset ver offset timing offprompt Calcolo Della Shared PoolpromptDECLAREl_uplift CONSTANT NUMBER := 0.3; /* i.e. 30% above calculated */l_numusers NUMBER DEFAULT 0; /* Change this to a predicted number existing database */l_avg_uga NUMBER;l_max_uga NUMBER;l_sum_sql_shmem NUMBER;l_sum_obj_shmem NUMBER;l_total_avg NUMBER(14);l_total_max NUMBER(14);pool_size varchar2(512); BEGINdbms_output.enable(20000);IF ( l_numusers = 0)THENSELECT sessions_highwaterINTO l_numusersFROM v$license;dbms_output.put_line(‘Maximum concurrent users on… Continue reading Oracle Shared Pool Size