Administration Console Online Help

 Previous Next Contents Index  

 


RDBMS Realm --> Database

Tasks     Additional Documentation     Attributes

Overview

Use this tab to define attributes for the JDBC driver being used to connect to the database in the RDBMS security realm. To use the RDBMS security realm, you need to use Compatibility security. The use of the RDBMS security realm is deprecated in WebLogic Server 7.0.

Tasks

Configuring the RDBMS Security Realm in the CompatibilityRealm

Adding A Note to the RDBMS Security Realm

Configuring the Caching Realm in the CompatibilityRealm

Additional Documentation

(Requires an Internet connection.)

Introduction to WebLogic Security

Managing WebLogic Security

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a WebLogic Server Deployment

Upgrading Security in WebLogic Server Version 6.x to WebLogic Server Version 7.0

Security FAQ

The Security page in the WebLogic Server documentation

Attributes

Attribute Label

Description

Value Constraints

Driver

The Java class name for the database driver used with the RDBMS security realm.

Default: "COM.cloudscape.core.JDBCDriver"

Configurable: yes

Readable: yes

Writable: yes

URL

The location of the database. Change the URL to the name of the computer on which the database is running and the number of the port at which the database is listening.

Default: "jdbc:cloudscape:demo;create=true;autocommit=false"

Configurable: yes

Readable: yes

Writable: yes

User Name

The username used to login into the database.

Configurable: yes

Readable: yes

Writable: yes

Password

The password required to log into the database.

Configurable: yes

Encrypted: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next