Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.persistence
Interface PSRConstants.Login

Enclosing class:
PSRConstants

public static interface PSRConstants.Login

Environment properties for initializing the default implementation of the StorageManager. Use these constants when you create an InitialPersistenceManager.

See Also:
InitialPersistenceManager

Field Summary
static java.lang.String HOSTNAME
          The host name of the Oracle RDBMS, to pass to the StorageManager.
static java.lang.String JDBC_DRIVERTYPE
          The type of jdbc driver used, to pass to the StorageManager.
static java.lang.String PASSWORD
          The application password to pass to the StorageManager.
static java.lang.String PORT
          The port number of the Oracle RDBMS, to pass to the StorageManager.
static java.lang.String SERVICE
          The name of the Oracle RDBMS service, to pass to the StorageManager.
static java.lang.String SID
          The ID of the Oracle Service Instance (SID) on a machine, to pass to the StorageManager.
static java.lang.String USER_NAME
          The application user name to pass to the StorageManager.

 

Field Detail

USER_NAME

public static final java.lang.String USER_NAME
The application user name to pass to the StorageManager. The value must be a String that contains the name of the user of the application.

PASSWORD

public static final java.lang.String PASSWORD
The application password to pass to the StorageManager. The value must be a String that contains the password of the application.

SERVICE

public static final java.lang.String SERVICE
The name of the Oracle RDBMS service, to pass to the StorageManager. The value must be a String that contains the name of the Oracle server instance.

Note that you the SERVICE property replaces the combination of the HOSTNAME, PORT, and SID properties.

See Also:
HOSTNAME, PORT, SID

HOSTNAME

public static final java.lang.String HOSTNAME
The host name of the Oracle RDBMS, to pass to the StorageManager. The value must be a String that contains the host name of the Oracle server instance.

Note that you the SERVICE property replaces the combination of the HOSTNAME, PORT, and SID properties.

See Also:
PORT, SID, SERVICE

PORT

public static final java.lang.String PORT
The port number of the Oracle RDBMS, to pass to the StorageManager. The value must be a String that contains the port number of the Oracle server instance.

Note that you the SERVICE property replaces the combination of the HOSTNAME, PORT, and SID properties.

See Also:
HOSTNAME, SID, SERVICE

SID

public static final java.lang.String SID
The ID of the Oracle Service Instance (SID) on a machine, to pass to the StorageManager. The value must be a String that contains the SID.

Note that you the SERVICE property replaces the combination of the HOSTNAME, PORT, and SID properties.

See Also:
HOSTNAME, PORT, SERVICE

JDBC_DRIVERTYPE

public static final java.lang.String JDBC_DRIVERTYPE
The type of jdbc driver used, to pass to the StorageManager. The value must be a String that contains the jdbc driver type.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.