100 likes | 299 Views
Polytechnic University of Tirana. Increasing security by disabling DML statements to a dba user in Oracle database. Hakik PACI. Agenda. Motivation Security in Oracle database Disabling DML statements to any user Self Protection Conclusions. Motivation. Digital Data
E N D
PolytechnicUniversityof Tirana Increasing security by disabling DML statements to a dba user in Oracle database Hakik PACI
Agenda • Motivation • Security in Oracle database • Disabling DML statements to any user • Self Protection • Conclusions
Motivation • Digital Data • Who has access to the data? • Legal permissions
Security in Oracle database • Users • Roles • DBA user • Monitoring and killing Sessions • Database Audit
Disabling DML statements to any user • Analyzing every SQL statements • Preventing any unauthorized user to execute DML statements
Self Protection • Why? • Analyzing DDL statements • Preventing any unauthorized DDL statements which effect our scripts
Conclusions • Disabling DML statements from unauthorized users, even he has a DBA role • Monitoring all sessions which causes the database performance to decrease slightly • The package must be installed to a user with sysdba role.