Skip navigation.

WebLogic Type 4 JDBC Drivers

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader


 

This document explains how to use the BEA WebLogic Type 4 JDBC drivers with WebLogic Server. This document covers the following topics:

This document is intended for programmers or administrators that want to use the BEA WebLogic Type 4 JDBC drivers to connect to a database through WebLogic Server. This document assumes that you are familiar with JDBC programming and JDBC configuration with WebLogic Server. For more information about these topics, see:

BEA product documentation, along with other information about BEA software, is available from the BEA dev2dev Web site:

http://dev2dev.bea.com

To view the documentation for a particular product, select that product from the list on the dev2dev page; the home page for the specified product is displayed. From the menu on the left side of the screen, select Documentation for the appropriate release. The home page for the complete documentation set for the product and release you have selected is displayed.

Your feedback on the BEA WebLogic Server documentation is important to us. Send us e-mail at docsupport@bea.com if you have questions or comments. Your comments will be reviewed directly by the BEA professionals who create and update the WebLogic Server documentation.

In your e-mail message, please indicate that you are using the documentation for BEA WebLogic Server 8.1.

If you have any questions about this version of BEA WebLogic Server, or if you have problems installing and running BEA WebLogic Server, contact BEA Customer Support at http://support.bea.com. You can also contact Customer Support by using the contact information provided on the quick reference sheet titled "BEA Customer Support," which is included in the product package.

When contacting Customer Support, be prepared to provide the following information:

The following documentation conventions are used throughout this document.

Convention

Item

Ctrl+Tab

Indicates that you must press two or more keys simultaneously.

italics

Indicates emphasis or book titles.

bold

Emphasizes important information. Also indicates button, menu, and icon names on which you can act. For example, click Next.

monospace text

Indicates user input, as shown in the following examples:

  • Filenames: config.xml

  • Pathnames: BEAHOME/config/examples

  • Commands: java -Dbea.home=BEA_HOME

  • Code: public TextMsg createTextMsg(

Indicates computer output, such as error messages, as shown in the following example:

Exception occurred during event dispatching:java.lang.ArrayIndexOutOfBoundsException: No such child: 0

monospace boldface text

Identifies significant words in code.

Example:

void commit ( )

monospace italic text

Identifies variables in code.

Example:

String expr

{ }

Indicates a set of choices in a syntax line. The braces themselves should never be typed.

[ ]

Indicates optional items in a syntax line. The brackets themselves should never be typed.

Example:

java utils.MulticastTest -n name [-p portnumber]

|

Separates mutually exclusive choices in a syntax line. The symbol itself should never be typed.

Example:

java weblogic.deploy [list|deploy|update]

...

Indicates one of the following in a command line:

  • That an argument can be repeated several times in a command line

  • That the statement omits additional optional arguments

  • That you can enter additional parameters, values, or other information

The ellipsis itself should never be typed.

Example:

buildobjclient [-v] [-o name] [-f "file1.cpp file2.cpp
file3.cpp . . ."

.
.
.

Indicates the omission of items from a code example or from a syntax line. The vertical ellipsis itself should never be typed.


 

 

Skip navigation bar  Back to Top Previous Next