Alle Wege führen nach Java

 

Using Java - for PL / SQL and Database Developers

Dauer: 2 Tage, Tageskurs

Kurssprache: deutsch, Unterrichtsmaterial überwiegend in englischer Sprache

Kosten: € 1.260,00*

This course discusses Oracle Database programming using Java with examples and explanations of appropriate use. Students learn to access Oracle Database using JDBC , UCP, Java stored procedures, and SQLJ technologies. The course highlights the benefits of accessing and manipulating SQL data using JDBC and SQLJ technologies. The advantage of Oracle JVM is also discussed in the course.

Learn To:

  • Develop database Applications using Java
  • Develop and Run Java directly in the database
  • Access and Manipulate SQL and PL/SQL Data types using JDBC and SQLJ
  • Utilize UCP for JDBC design-time and run-time requirements

 

Students who can benefit from this course

  • Entwickler
  • Java-Entwickler
  • PL/SQL-Entwickler

 

Erforderliche Vorkenntnisse

 

Kursziele

  • Map SQL and PL/SQL Types to and from Java Types
  • Invoke Java in the Database
  • Manage Java in the Database
  • Use key metadata in JDBC
  • Manipulate Oracle SQL data types in JDBC
  • Use Result Sets and RowSet
  • Understand JDBC Quality of Services and Best Practices
  • Access and Manipulate Oracle SQL data using SQLJ
  • Develop and Run Java directly in the database
  • Access and Manipulate SQL and PL/SQL Data types using JDBC and SQLJ
  • List the advantage of using Stored Procedures as Database Programming Model
  • Explain the benefits of Oracle JVM (OJVM)
  • Create, Load, Resolve and Publish Java classes in the Database
  • Convert Java in the database into Stored Procedure
  • Develop database Applications using Java

 

Kursthemen

Introduction

  • Describe the course objectives
  • Describe the course prerequisites and suggested prerequisites
  • Describe lesson contents and agenda
  • List the schemas and appendices used in this course
  • Identify the relevant documentation and other resources
  • Describe the Course Technical Environment and data

Introduction to Java

  • Java and OOP Technology
  • Key features of Java

Introduction to JDBC

  • JDBC Architecture
  • JDBC Drivers: Overview
  • JDBC Specification
  • Essential of JDBC Programming

Accessing and Manipulating SQL Data using JDBC

  • Key Metadata in JDBC
  • Manipulating Oracle Data Types with JDBC
  • Accessing and Manipulating LOBs using JDBC
  • Result Set support in JDBC
  • Rowset

JDBC Quality of Services and Best Practices

  • Introduction to Transaction Services
  • Introduction to Security Services
  • Best Practices and tips

Introduction to SQLJ Technology

  • Overview of SQLJ
  • SQLJ Database Access

Universal Connection Pool

  • Introduction to Universal Connection Pool (UCP)
  • Universal Connection Pool for JDBC Overview
  • UCP for JDBC design-time and run-time requirements
  • Basic Connection Steps
  • Packages of the UCP for JDBC API
  • Database Connections

Stored Procedures as Database Programming Model

  • Overview of Stored Procedures
  • Introduction to Java Stored Procedures
  • Advantages of Java Stored Procedures

Oracle JVM

  • Define Oracle JVM and its architecture
  • Using Java in Oracle Database
  • Difference between OracleJVM Architecture and JDK VM Architecture
  • Automated Storage Management with Garbage Collection
  • Dynamic Class Loading
  • Performance Enhancement of Oracle JVM

Developing and Running Java in the Database

  • Creating or Loading Java in the Database
  • Removing Java Sources, Classes and Resources from the Database
  • Setting/Querying Environment Variable and System Properties
  • Java Compiler within the Database
  • Converting Java in the Database into Stored Procedure
  • Invoking Java in the Database
  • Error and Exception Handling
  • Managing Java in the Database