Set Up a JDBC Connection to a Data Source
You can set up a JDBC connection to a data source.
Make sure all prerequisites have been met before setting up a JDBC connection to a data source:
-
The JDBC driver for the selected database must be available to Publisher. If you're using an Oracle database or one of the DataDirect drivers provided by WebLogic Server, then the drivers must be installed in the correct location and there is no further setup required.
-
If you plan to use a different version of any of the drivers installed with WebLogic Server, then you can replace the driver file in
WL_HOME\server\lib
with an updated version of the file or add the new file to the front of your CLASSPATH.If you plan to use a third-party JDBC driver that's not installed with WebLogic Server, then you must update the WebLogic Server classpath to include the location of the JDBC driver classes.
When the JDBC connection is defined, the administrator defines the user that Publisher uses to connect to the database. It is the responsibility of the administrator to establish security on the database to allow or disallow actions this user can take on the database schema.
For report consumer access to data that's returned in a report, the administrator and data model developer can establish security, if needed, that can limit the data viewed by a particular Publisher user. One method for securing data returned is to use pre-process and post-process function calls to pass the xdo_username.
Set Up a Secure JDBC Connection to Oracle Autonomous Data Warehouse
You can create a secure JDBC connection to Oracle Autonomous Data Warehouse.