Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3516e08

Browse files
authored
Merge pull request #1231 from barsema/patch-2
Add explicit grants for public packages
2 parents a552566 + 3b00356 commit 3516e08

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

source/create_utplsql_owner.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ end;
4141
/
4242

4343
grant execute on dbms_crypto to &ut3_owner_schema;
44+
grant execute on dbms_lob to &ut3_owner_schema;
45+
grant execute on dbms_xmlgen to &ut3_owner_schema;
46+
grant execute on dbms_sql to &ut3_owner_schema;
47+
grant execute on dbms_random to &ut3_owner_schema;
48+
4449

4550
grant alter session to &ut3_owner_schema;
4651

0 commit comments

Comments
 (0)