Appendix D. Basic Primer on Java and Java Database Connectivity (JDBC)
The Basic Primer on Java and the Java Database Connectivity (JDBC) model is provided to assist PL/SQL developers working the examples found in Chapter 5 of this book. This Appendix Covers the following:
Java and JDBC architecture
Configuring the Oracle Java environment
Testing a client-side or thin-driver JDBC connection
Java and JDBC Architecture
Java is a robust Object-Oriented (OO) programming language that employs a Java virtual machine (JVM). A virtual machine creates a self-contained environment that mimics services like an operating system. The JVM runs as a process in the Windows, Apple, and UNIX operating systems, while Java programs run inside the JVM with all the rights ...
Get Expert Oracle PL/SQL now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.