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 72ea6ab commit 5e957cfCopy full SHA for 5e957cf
.github/workflows/sql/oracle.sql
@@ -14,7 +14,7 @@ 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 select on sys.gv_$session to k with grant option
+grant select on sys.gv_$session to k with grant option;
18
grant alter system to k;
19
20
exit;
0 commit comments