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

Skip to content

Commit 2d8d273

Browse files
committed
Changing file encoding and PDB name.
1 parent e3bd729 commit 2d8d273

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis/install_sqlcl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -ev
2+
set -e
33

44
SQLCL_FILE=sqlcl-4.2.0.16.355.0402-no-jre.zip
55
cd .travis

.travis/start_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $ORACLE_VERSION = $ORACLE_12cR1SE ]; then
77
docker pull viniciusam/oracle-12c-r1-se
88
docker run -d --name $ORACLE_VERSION -p 1521:1521 viniciusam/oracle-12c-r1-se
99
docker logs -f $ORACLE_VERSION | grep -m 1 "DATABASE IS READY TO USE!" --line-buffered
10-
docker exec $ORACLE_VERSION ./createPDB.sh
10+
docker exec $ORACLE_VERSION ./createPDB.sh ORCLPDB1
1111
fi
1212

1313
# Oracle 11g R2 XE

0 commit comments

Comments
 (0)