Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- window
- Eclipse
- R
- GIT
- Python
- SSL
- hadoop
- IntelliJ
- MSSQL
- Sqoop
- mapreduce
- NPM
- table
- Java
- 공정능력
- es6
- react
- mybatis
- SQL
- Express
- tomcat
- Kotlin
- plugin
- SPC
- 보조정렬
- vaadin
- Android
- Spring
- xPlatform
- JavaScript
Archives
- Today
- Total
반응형
목록Stored Procedure (1)
DBILITY
spring mybatis stored procedure ( oracle )
spring 3.1.1, mybatis 3.2.7, spring-mybatis 1.2.2, oracle 11g r2 환경하에서 spring task로 oracle stored procedure 실행 후 결과를 받는 실례 중 주요코드입니다. sched.java @Scheduled(cron = "${cron.SCHED001_FILTER_INSERT}") public void cronSched001FilterInsert() throws Exception { service.execProcdure("SCHED001_FILTER_INSERT"); } service.java @Async public void execProcdure(String procNm) throws Exception { HashMap comman..
java/spring
2016. 9. 24. 22:47
반응형