Skip to content

Commit 7fea164

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Update commands
1 parent db1b8de commit 7fea164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sql/oracle.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ grant create session to k with admin option;
1313
grant resource to k with admin option;
1414
grant connect to k with admin option;
1515
grant unlimited tablespace to k with admin option;
16-
grant select on v_$session to k with grant option
17-
grant alter system to k
16+
grant select on v_$session to k with grant option;
17+
grant alter system to k;
1818

1919
exit;

0 commit comments

Comments
 (0)