Skip to content

Repository files navigation

mtech-database-lab

chapter8 Auditing models

SQL> CREATE USER audit_user IDENTIFIED BY audit123;

User created.

SQL> GRANT CONNECT,RESOURCE TO audit_user;

Grant succeeded.

SQL> GRANT CREATE TABLE,CREATE SEQUENCE,CREATE TRIGGER TO audit_user;

Grant succeeded.

SQL> GRANT CREATE TABLE TO audit_user;

Grant succeeded.

SQL> GRANT CREATE VIEW TO audit_user;

Grant succeeded. ctrl+C -to stop execution in oracle

About

CS4215 This course is offered by the Prof. Chandrashekhar Azad Sir @Nit jsr, this repo contains the problem statement I did in CS771-Intro to Database Security course.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors