Example 1: Setting up a connection via the Oracle JDBC driver
Assume that:
- You have already installed the Oracle JDBC driver, and have appended the archive file (ojdbc6.jar) of the thin driver to the ADDCLASSPATH variable in the file setenv.bat in
<designer_install_root>\bin
.
- The Oracle database server is with the name p02_wuhb, port number 1521, database orcl, user name scott and password tiger.
- A catalog has been created with a default data source.
Take the following steps to set up a connection which connects JReport Designer to a database via the Oracle JDBC driver:
- Start JReport Designer and open the catalog.
- In the Data tab of the Catalog Browser, right-click the node of the default data source and select Add JDBC Connection from the shortcut menu.
- In the Get JDBC Connection Information dialog, enter the JDBC driver class name oracle.jdbc.OracleDriver in the Driver text field.
- In the URL text field, specify the URL in the format jdbc:oracle:thin:@<hostname>:<port>:<SID>. In this example, enter jdbc:oracle:thin:@p02_wuhb:1521:orcl.
- Input the user name scott and password tiger respectively.
- Click OK to set up the connection.