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

Skip to content

Commit e700c0e

Browse files
committed
reverting back the grant select any dictionary, as it's needed to run mystats scripts.
1 parent b8f25b8 commit e700c0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ set feedback off
99
set verify off
1010
1111
@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
12-
12+
--needed for Mystats script to work
13+
grant select any dictionary to $UT3_OWNER;
1314
@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE
1415
cd ..
1516

0 commit comments

Comments
 (0)