File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ set verify off
1111--@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
1212@../source/install_headless.sql
1313
14+ set feedback on
1415--change the deafult password
1516alter user $UT3_OWNER identified by $UT3_OWNER_PASSWORD ;
1617--needed for Mystats script to work
1718grant select any dictionary to $UT3_OWNER ;
1819--Needed for testing a coverage outside ut3_owner.
1920grant create any procedure, execute any procedure to $UT3_OWNER ;
2021
22+ set feedback off
2123@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE
2224
2325cd ..
@@ -27,10 +29,10 @@ cd ..
2729--@ut_debug_enable.sql
2830--cd ..
2931
30- cd source
31- @install.sql $UT3_OWNER
32- @create_synonyms_and_grants_for_user.sql $UT3_OWNER $UT3_USER
33- cd ..
32+ -- cd source
33+ -- @install.sql $UT3_OWNER
34+ -- @create_synonyms_and_grants_for_user.sql $UT3_OWNER $UT3_USER
35+ -- cd ..
3436
3537cd development
3638conn $UT3_OWNER /$UT3_OWNER_PASSWORD @//$CONNECTION_STR
You can’t perform that action at this time.
0 commit comments