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

Skip to content

Commit 37f14a9

Browse files
authored
Merge branch 'develop' into issue-351
2 parents c3c7a55 + e13d3bd commit 37f14a9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
matrix:
4242
- ORACLE_VERSION="11g-xe-r2" CONNECTION_STR='127.0.0.1:1521/XE' DOCKER_OPTIONS='--shm-size=1g'
4343
- ORACLE_VERSION="12c-se2-r1-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
44-
- ORACLE_VERSION="12c-se2-r2-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
44+
- ORACLE_VERSION="12c-se-r2-v4" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
4545

4646
cache:
4747
pip: true
@@ -55,6 +55,7 @@ install:
5555
- sudo mkdir -p /dev/pdbs
5656
- sudo chmod -R 777 /dev/pdbs
5757
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/start_db.sh; fi
58+
- df -h
5859

5960
before_script:
6061
#The update_project_version is done before deployment to validate that the change of project files does not break installation

source/install_headless.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
*/
17-
define ut3_user = ut3
17+
define ut3_owner = ut3
1818
define ut3_password = XNtxj8eEgA6X6b6f
1919
define ut3_tablespace = users
2020

0 commit comments

Comments
 (0)