Skip to content

sonali6062/CS4215-Database-security-lab

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors