We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92056f6 commit 4e0f1e3Copy full SHA for 4e0f1e3
.travis.yml
@@ -19,6 +19,8 @@ env:
19
- ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
20
- ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
21
- ORACLE_SID=XE
22
+ - ORA_SDTZ='Europe/London' #Needed as a client parameter
23
+ - TZ='Europe/London' #Needed as a DB Server parameter
24
#Adding SQLPlus to path
25
- PATH=$PATH:$ORACLE_HOME/bin
26
# project variables
0 commit comments