We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1b8de commit 7fea164Copy full SHA for 7fea164
.github/workflows/sql/oracle.sql
@@ -13,7 +13,7 @@ grant create session to k with admin option;
13
grant resource to k with admin option;
14
grant connect to k with admin option;
15
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
+grant select on v_$session to k with grant option;
+grant alter system to k;
18
19
exit;
0 commit comments