1 / 12

Oracle Database Security

Oracle Database Security. …from the application perspective. Agenda. Oracle architecture System architecture Network architecture Common Oracle objects Schema/object security Java security Application integration techniques. Authentication & credentials. Can be… OS authentication

portia
Download Presentation

Oracle Database Security

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Oracle Database Security …from the application perspective

  2. Agenda • Oracle architecture • System architecture • Network architecture • Common Oracle objects • Schema/object security • Java security • Application integration techniques

  3. Authentication & credentials • Can be… • OS authentication • Userid/password • X.509 certificates • Smart card • Etc. • Stored in Oracle • As MD5 hash Oracle architecture

  4. Authentication & credentials (cont.) • Transport encryption • DES encryption of db-selected random number w/user’s password hash • OS-integrated authentication available too • Password changes travel unencrypted • Password management features available • Aging & expiration • History (e.g., can prohibit reuse of last 3 passwords) • Composition & complexity (e.g., require letters + numbers) • Account lockout

  5. grant select on EMPLOYEES to ASOK; alice’s schema employees candidates orders customers all_users Public objects Oracle object security asok’s schema

  6. hr_steward DBA hrdata schema employees candidates Oracle role-based security grant all privileges on EMPLOYEES to role HR_STEWARD; grant HR_STEWARD to CATBERT;

  7. Auditing • Obviously impacts database performance • Writes high-level info to a common table • Database user • Object (table, role, etc.) • Action (select, insert, etc.) • Date/time • Currently enabled on-request to DBA team • Difficult to trace actions to a live human • Can correlate with IP address

  8. orders customers Typical modern application application application schema

  9. orders customers Shared schemas Application #1 Application #2 insert update delete select grant select insert update select application #2’s schema

  10. Summary Oracle provides a variety of security features including: • Identification/Authentication • Authorization via privileges, roles, and fine grained security • Encryption • Audit trails

  11. SQL Security Background • Windows Live Security Mission

  12. Platform Security SQL Server Follow best practices for application and database configuration Roles and permissions Authentication Validation Administration Server structure Propagation Encryption

More Related