JDBCDataSource
Use the JDBCDataSource data type to dynamically create a connection to a JDBC data source when you run a report.
This data type is used by BIPDataSource.
Fields Provided by JDBCDataSource
Field | Description |
---|---|
String JDBCDriverClass |
The JDBC driver class for the data source (for example, oracle.jdbc.OracleDriver). |
String JDBCDriverType |
The driver type as String can be either jdbc or jndi. |
String JDBCPassword |
The password for the data source as defined in the Publisher data source definition page. |
String JDBCURL |
The connection string for the data source (for example, jdbc:oracle:thin:@mydatabase.foobar.com.example:1521: orcl). |
String JDBCUserName |
The user name for the data source as defined in the Publisher data source definition page. |
String dataSourceName |
The Data Source Name assigned to the data source in the Publisher data source definition page (for example, Oracle). |