Add an SQL file to set up the Oracle DB and WebGoat user
git-svn-id: http://webgoat.googlecode.com/svn/trunk@169 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
4665256674
commit
1bcb2f6539
6
webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql
Executable file
6
webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql
Executable file
@ -0,0 +1,6 @@
|
||||
DROP USER webgoat;
|
||||
CREATE USER webgoat IDENTIFIED BY webgoat DEFAULT TABLESPACE users;
|
||||
GRANT CONNECT, RESOURCE TO webgoat;
|
||||
GRANT CREATE PROCEDURE TO webgoat;
|
||||
|
||||
exit;
|
Loading…
x
Reference in New Issue
Block a user