Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
An ninh - Bảo mật
Lecture Database security and auditing - Protecting data integrity and accessibility - Chapter 9: Application Data Auditing
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Database security and auditing - Protecting data integrity and accessibility - Chapter 9: Application Data Auditing
Hữu Hoàng
83
46
pptx
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Lecture "Database security and auditing - Protecting data integrity and accessibility - Chapter 9: Auditing database activities" presentation of content: Audit server activities with Microsoft SQL Server 2000, audit database activities using Microsoft SQL Profiler, use SQL Server for security auditing. Mời các bạn tham khảo. | Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 9 Auditing Database Activities Database Security and Auditing 2 Objectives Use Oracle database activities Learn how to create DLL triggers with Oracle Audit database activities using Oracle Database Security and Auditing 3 Objectives (continued) Audit server activities with Microsoft SQL Server 2000 Audit database activities using Microsoft SQL Profiler Use SQL Server for security auditing Database Security and Auditing 4 Using Oracle Database Activities Several types of activities: Application activities: SQL statements issued against application tables Administration activities: commands issued for maintenance and administrative purposes Database events: events that occur when a specific activity occurs Database Security and Auditing 5 Creating DDL Triggers with Oracle Audit program provides: Audit trail for all activities Opportunity for using process controls Database activities statements (in addition to DML): Data Definition Language (DDL) Data Control Language Database events SQL statements audit trail Database Security and Auditing 6 Creating DDL Triggers with Oracle (continued) Use CREATE TRIGGER: DDL statements Database events Database Security and Auditing 7 Example of LOGON and LOGOFF Database Events Steps: Log on as SYSTEM Create the APP_AUDIT_LOGINS table Create two triggers: One that fires after the logon event One that fires before the logoff event Log on as DBSEC; disconnect after a few minutes Log on as SYSTEM to check the auditing table Database Security and Auditing 8 DDL Event Example Steps: Log on as SYSTEM Create a trigger that fires before an ALTER statement is completed Log on as DBSEC and alter a table Pseudocolumns: ora_dict_obj_name ora_dict_obj_owner ora_sysevent Database Security and Auditing 9 Auditing Code with Oracle Steps: Log on as DBSEC Create an auditing table Create a table and populate it with two records Create a trigger to track code Update . | Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 9 Auditing Database Activities Database Security and Auditing 2 Objectives Use Oracle database activities Learn how to create DLL triggers with Oracle Audit database activities using Oracle Database Security and Auditing 3 Objectives (continued) Audit server activities with Microsoft SQL Server 2000 Audit database activities using Microsoft SQL Profiler Use SQL Server for security auditing Database Security and Auditing 4 Using Oracle Database Activities Several types of activities: Application activities: SQL statements issued against application tables Administration activities: commands issued for maintenance and administrative purposes Database events: events that occur when a specific activity occurs Database Security and Auditing 5 Creating DDL Triggers with Oracle Audit program provides: Audit trail for all activities Opportunity for using process controls Database activities statements (in .
TÀI LIỆU LIÊN QUAN
Lecture Database Systems - Lecture 18
Lecture Database Systems - Lecture 18
Lecture Database systems: Database system concepts and architecture – Nguyễn Ngọc Thiên An
Lecture Database system concepts - Chapter 7: Relational database design
Lecture Database system concepts - Chapter 20: Database system architectures
Lecture Database Systems - Lecture 11
Lecture Database Systems - Lecture 11
Lecture Database system: Chapter 1 - Lê Thị Bảo Thu
Lecture Database concepts (3rd Edition): Chapter 6 - David M. Kroenke, David J. Auer
Lecture Database concepts (3rd Edition): Chapter 7 - David M. Kroenke, David J. Auer
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.