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 | 29 | 30 |
Tags
- mapreduce
- Python
- tomcat
- 공정능력
- vaadin
- JavaScript
- 보조정렬
- table
- GIT
- hadoop
- es6
- xPlatform
- Sqoop
- mybatis
- Eclipse
- IntelliJ
- Java
- MSSQL
- Spring
- window
- Kotlin
- plugin
- SPC
- SSL
- R
- Android
- Express
- react
- SQL
- NPM
Archives
- Today
- Total
728x90
목록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
728x90