en.help.task-setdbaccess.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-jdbc-plugin-help
Show all versions of console-jdbc-plugin-help
Online help content for the console-jdbc-plugin bundle.
The newest version!
To Set Up Database Access
To store, organize, and retrieve data, most applications use relational databases.
The GlassFish Server includes a copy of the Java DB database and
is preconfigured with the ability to access this database.
- Install a supported database product.
For a list of supported databases, see Oracle GlassFish Server 3.1-3.1.1 Release Notes.
- Install a driver supporting the JDBC API (JDBC driver) for the database.
Ensure that the driver you want to use to create database connections is
installed on all servers on which you want to deploy the data source.
- Ensure that the driver’s JAR file is accessible to the domain’s server instance.
- Create the database.
Usually, the application provider delivers scripts for creating and populating the database.
- Create a connection pool for the database.
- Create a JDBC resource that points to the connection pool.
See Also
-
-
-
-
-
-
-
-
-
-
Copyright © 2005, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices