| 
    Slide 14.24: A typical JDBC API usage sequence Slide 14.26: Registering the JDBC drivers Home  | 
  
    
   | 
 
java.math only if needed):
   
    import java.sql.*;which provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.  | 
   
   | 
 
import java.math.*;which provides classes for performing arbitrary-precision integer arithmetic (
BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).import oracle.jdbc.*;
import oracle.sql.*;