JDBC Connector > Introduction to JDBC Connector > Administration of JDBC Connector
  

Administration of JDBC Connector

Before you use JDBC objects as sources or targets in tasks, an administrator must install and configure JDBC connections.
As a user, you can use JDBC after an administrator performs the following tasks:

Using the serverless runtime environment for a JDBC connection

If you want to use the serverless runtime environment for a JDBC connection, perform the following tasks:
  1. 1Create the following structure for the serverless agent configuration in AWS or Azure: <Supplementary file location>/serverless_agent_config
  2. 2Add the JDBC drivers in the Amazon S3 bucket or Azure container in the following location in your AWS or Azure account: <Supplementary file location>/serverless_agent_config/jdbc
  3. 3Copy the following code snippet to a text editor:
  4. version: 1
    agent:
    dataIntegrationServer:
    autoApply:
    jdbc:
    drivers:
    - fileCopy:
    sourcePath: jdbc/<Driver_filename>
    where the source path is the directory path of the JDBC drivers in AWS or Azure.
  5. 4Ensure that the syntax and indentations are valid, and then save the file as serverlessUserAgentConfig.yml in the following AWS or Azure location: <Supplementary file location>/serverless_agent_config
  6. When the .yml file runs, the JDBC drivers are copied from the AWS or Azure location to the serverless agent directory.
  7. 5In the JDBC connection properties, specify the following directory of the serverless runtime environment in the JDBC Jar Directory field: /home/cldagnt/SystemAgent/serverless/configurations/jdbc