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 104b461 commit 72ea6abCopy full SHA for 72ea6ab
.github/workflows/sql/oracle.sql
@@ -14,6 +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
18
grant alter system to k;
19
20
exit;
0 commit comments