setup gorm schema with privs
This commit is contained in:
parent
1051d5502f
commit
d959159ccf
9
dialects/oci8/contrib/setup.sql
Normal file
9
dialects/oci8/contrib/setup.sql
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ALTER SESSION
|
||||||
|
SET
|
||||||
|
CONTAINER = XEPDB1;
|
||||||
|
create user gorm identified by gorm;
|
||||||
|
GRANT CONNECT,
|
||||||
|
RESOURCE,
|
||||||
|
DBA TO gorm;
|
||||||
|
GRANT CREATE SESSION TO gorm;
|
||||||
|
GRANT UNLIMITED TABLESPACE TO gorm;
|
Loading…
x
Reference in New Issue
Block a user