Use the BIRT New JDBC Data Source Profile dialog box to establish database access to an existing Silk Central repository. To access the New JDBC Data Source Profile dialog box, right-click Data Sources in the Outline pane, click New Data Source, select JDBC Data Source, and click Next >.
To connect to a MS SQL Server database, use the following credentials:
Item | String |
---|---|
Driver Class | net.sourceforge.jtds.jdbc.Driver |
Driver URL |
|
To connect to an Oracle database, use the following credentials:
Item | String |
---|---|
Driver Class | oracle.jdbc.OracleDriver |
Driver URL |
jdbc:oracle:thin:@<HOST>:<PORT>:<DATABASE>
|