일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- E-P1
- SPL
- mariadb
- pycharm
- synology
- RNN
- SciPy
- keras
- Lotto
- index
- pandas
- Numpy
- ipad
- install
- javascript
- 삼성소프트웨어멤버십
- imread
- Python
- pip
- CNN
- GitHub
- Button
- mean
- LSTM
- Splunk
- dataframe
- GT-S80
- DFS
- 알고리즘
- Series
- Today
- Total
목록Oracle (2)
잠토의 잠망경
Solution 일반적으로 실행 시키면 정상적으로 동작하지만 Crontab으로 가동시키면 동작하는 않는 문제가 발생하였다. 원인은 bash 때문인데 이를 Crontab에 어떻게 적용할지 고민하다가 발견한 Solution이다. 핵심 . /etc/profile;crontab 예시 $crontab -e 30 7 * * * . /etc/profile; /usr/local/bin/python2.7 /data/storeDataToOracleDB.py & batch File $vi mybatch.sh . /etc/profile; /usr/local/bin/python2.7 /data/storeDataToOracleDB.py $crontab -e 30 7 * * * mybatch.sh
oracle command timeout Devart Manual command 실행시 lock에 걸리는 문제가 발생함 해당 조치를 위하여 devart 의 메뉴얼을 참고함 주요 command Name Description 내용 Default Commnd Timeout The time in seconds to wait while trying to excute a command before terminating the attempt and generating an error. 0 indicates no limit command timeout 시간 Connection Time Time to wait while trying to establish a connection before terminating the ..