Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a552566 + 3b00356 commit 3516e08Copy full SHA for 3516e08
1 file changed
source/create_utplsql_owner.sql
@@ -41,6 +41,11 @@ end;
41
/
42
43
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
+
49
50
grant alter session to &ut3_owner_schema;
51
0 commit comments