
编程语言
文章平均质量分 93
jjm
IT里不想做IT的苦命的人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Oracle Database Link Elimination for Java
1. Outline This documentation is to resolve the problem that database links exist in the embedded SQL, which will have to be migrated into Stored Procedure (SP) where database link should not exis原创 2013-03-19 13:27:00 · 1000 阅读 · 0 评论 -
Why Stored Procedure and Why not...
1. Why Stored Procedure? a) Make Database as a Service (DB API), to wrap the brittle database with additional layers in an attempt to find loose coupling. It provides an extra level of a原创 2013-03-19 13:41:05 · 674 阅读 · 0 评论