Skip to content

Commit db1b8de

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
cleanup
1 parent fea7d47 commit db1b8de

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/sql/oracle.sql

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,15 @@ alter session set container = freepdb1;
55
create user k identified by k;
66

77
grant select_catalog_role to k;
8-
98
grant create tablespace to k;
10-
119
grant drop tablespace to k;
12-
1310
grant create user to k;
14-
1511
grant drop user to k;
16-
1712
grant create session to k with admin option;
18-
1913
grant resource to k with admin option;
20-
2114
grant connect to k with admin option;
22-
2315
grant unlimited tablespace to k with admin option;
24-
2516
grant select on v_$session to k with grant option
26-
2717
grant alter system to k
2818

2919
exit;

0 commit comments

Comments
 (0)