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

Skip to content
Prev Previous commit
Next Next commit
Adding plsql_optimize_level=0 to improve install performance.
  • Loading branch information
jgebal committed Jul 29, 2018
commit a9db3a3ee12da8494b70da0ef2c59b52b4244df1
1 change: 1 addition & 0 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -ev
set feedback off
set verify off

alter session set plsql_optimize_level=0;
@install_headless.sql $UT3_OWNER $UT3_OWNER_PASSWORD
SQL

Expand Down