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.
1 parent b8f25b8 commit e700c0eCopy full SHA for e700c0e
1 file changed
.travis/install.sh
@@ -9,7 +9,8 @@ set feedback off
9
set verify off
10
11
@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
12
-
+--needed for Mystats script to work
13
+grant select any dictionary to $UT3_OWNER;
14
@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE
15
cd ..
16
0 commit comments