- 1
- 0
- 约1.33万字
- 约 33页
- 2018-05-11 发布于浙江
- 举报
JAVA_and_PLSQL ( 33 )汇
copyright 2004 all rights reserved JAVA PL/SQL For Oracle RDBMS (8i 9i) By Joel A. Thompson (joel@) 05/2004 INTRODUCTION Joel A. Thompson 15 years of industry experience Consultant: Architecture, Software Engineering and Project Manager Java and Oracle expert OVERVIEW Basics of PLSQL Optimizing RDBMS Calls from JAVA Return Values Cursors Logic processing on Server, ARRAY inserts And more … Examples WRAP UP / QA Getting Started with Java Must install a JDK IDE JDK (Java Developers Kit) from Sun /j2se/1.4/index.html IDE (Integrated Developers Environment) Oracle’s JDeveloper () IntelliJ: () Textpad: Getting Started with Oracle Server Install Oracle (Steps) Download/Install from Create the database, use Oracles Database Configuration Assistant. Make sure network listeners are started – typically your instance will be available on port 1525 – use Oracles Net Configuration Assistant, to configure a Listener. Client Requirement Copy the $ORACLE_HOME/jdbc/lib/classes12.jar to your client sides CLASSPATH. Connect string example (thin driver) – requires no client side libraries: jdbc:oracle:thin:joel/welcome@localhost:1521:UCDBA Client Server Java/PLSQL Architecture What is PL/SQL? A programming language If/then/else Loops Function calls Transactional Procedural Feature rich Performance Gain Oracle only Some Good Reasons to use PL/SQL Basically youd like to do some logic on the server side in one call to the database Transaction support within the PL/SQL Temporary table queries/inserts to filter data further before returning result set Take advantage of server side resources while processing you PL/SQL – send message out through Oracles Advanced Queuing. Distributed Computing – update another database… You want to abstract your database layer into Oracle, such that you can change the tables or columns around without affecting the client program. Ways to call PL/SQL ADHOC Send the PL/SQL block of code from the client java program to the server for processing. F
您可能关注的文档
最近下载
- 针灸优势病种的特色疗法.pptx VIP
- 李华先生个人的理财方案设计.pdf VIP
- 中国院士的科学人生百年《国之脊梁》读书分享会ppt课件(优质ppt).pptx VIP
- 黄卫平、彭刚《国际经济学教程》第3版配套真题详解全套.docx VIP
- 12心脏-音乐剧《蝶》-主要唱段-钢琴伴奏谱-F调.pdf VIP
- 江苏工程职业技术学院单招《物理》通关考试题库含答案详解(最新).docx VIP
- 策马启新程,逐梦中考—2026年九年级春季开学第一课.pptx VIP
- 高中物理电学实验专题 .pdf VIP
- 2025年证券行业财富管理转型与客户分层的服务模式报告.docx
- 2025年人教版语文九年级下册《第六单元》大单元整体教学设计(2022课标).pdf VIP
原创力文档

文档评论(0)