JDBC Tutorials - Herong's Tutorial Examples - v3.12, by Dr. Herong Yang
Creating Oracle Database Users
This section describes how to create a database user on the Oracle server through the Web interface.
During the installation process, only one administration login user was created on the Oracle server. When connecting Java programs to the server, it's better to use a regular login user. Here is what I did to create a user called "Herong" through the admin Web interface.
Username: Herong Email Address: herong@localhost Workspace: INTERNAL (10) Default Schema: APEX_040000 User is an administrator: Yes User ia a developer: Yes Password: T0p$ecret Require Change of Password on First Use: No
Click the "Create" button. User "Herong" is created. See the user list page below:
Table of Contents
JDBC (Java Database Connectivity) Introduction
Installing and Running Java DB - Derby
Derby (Java DB) JDBC DataSource Objects
Java DB (Derby) - DML Statements
Java DB (Derby) - ResultSet Objects of Queries
Java DB (Derby) - PreparedStatement
MySQL JDBC Driver (MySQL Connector/J)
MySQL - Reference Implementation of JdbcRowSet
MySQL - JBDC CallableStatement
MySQL CLOB (Character Large Object) - TEXT
MySQL BLOB (Binary Large Object) - BLOB
►Oracle Express Edition Installation on Windows
Oracle Database Express Edition (XE) Installation
Accessing Oracle Server through Web Interface
►Creating Oracle Database Users
SQL*Plus - Oracle Command Line Interface
SQL*Plus - Create New User and Login
Oracle - Reference Implementation of JdbcRowSet
Oracle - JBDC CallableStatement
Oracle CLOB (Character Large Object) - TEXT
Oracle BLOB (Binary Large Object) - BLOB
Microsoft SQL Server Express Edition
Microsoft JDBC Driver for SQL Server
Microsoft JDBC Driver - Query Statements and Result Sets
Microsoft JDBC Driver - DatabaseMetaData Object
Microsoft JDBC Driver - DDL Statements
Microsoft JDBC Driver - DML Statements
SQL Server - PreparedStatement
SQL Server CLOB (Character Large Object) - TEXT
SQL Server BLOB (Binary Large Object) - BLOB
JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver
JDBC-ODBC Bridge Driver - Flat Text Files
JDBC-ODBC Bridge Driver - MS Access
JDBC-ODBC Bridge Driver - MS SQL Server
Summary of JDBC Drivers and Database Servers