|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Environment properties for initializing the default implementation of the StorageManager. Use these constants when you create an InitialPersistenceManager.
InitialPersistenceManager| Field Summary | |
static java.lang.String |
HOSTNAMEThe host name of the Oracle RDBMS, to pass to the StorageManager. |
static java.lang.String |
JDBC_DRIVERTYPEThe type of jdbc driver used, to pass to the StorageManager. |
static java.lang.String |
PASSWORDThe application password to pass to the StorageManager. |
static java.lang.String |
PORTThe port number of the Oracle RDBMS, to pass to the StorageManager. |
static java.lang.String |
SERVICEThe name of the Oracle RDBMS service, to pass to the StorageManager. |
static java.lang.String |
SIDThe ID of the Oracle Service Instance (SID) on a machine, to pass to the StorageManager. |
static java.lang.String |
USER_NAMEThe application user name to pass to the StorageManager. |
| Field Detail |
public static final java.lang.String USER_NAME
StorageManager. The value must be a String that contains the name of the user of the application.public static final java.lang.String PASSWORD
StorageManager. The value must be a String that contains the password of the application.public static final java.lang.String SERVICE
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.
HOSTNAME, PORT, SIDpublic static final java.lang.String HOSTNAME
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.
PORT, SID, SERVICEpublic static final java.lang.String PORT
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.
HOSTNAME, SID, SERVICEpublic static final java.lang.String SID
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.
HOSTNAME, PORT, SERVICEpublic static final java.lang.String JDBC_DRIVERTYPE
StorageManager. The value must be a String that contains the jdbc driver type.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||