File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4646cache :
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
5960before_script :
6061 # The update_project_version is done before deployment to validate that the change of project files does not break installation
Original file line number Diff line number Diff line change 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
1818define ut3_password = XNtxj8eEgA6X6b6f
1919define ut3_tablespace = users
2020
You can’t perform that action at this time.
0 commit comments