ESP dSeries Workload Automation

 View Only
  • 1.  DE Support for MYSQL

    Posted Jul 08, 2020 03:12 PM
    Hi Guys,

    Does DE Series 12.2 support DB Queries to MYSQL without using scripts.
    An ability like the SQL Job but connects to MYSQL if we provide the URL to the MYSQL DB like we would for different Oracle Databases.

    e.g.
    "jdbc:mysql://localhost:3306/SID");  

    Or have a dedicated agent for MYSQL


  • 2.  RE: DE Support for MYSQL

    Broadcom Employee
    Posted Jul 09, 2020 02:51 AM
    Hi,

    CA Workload Automation DE or DB Agents are not certified on MYSQL. However, I think it should work if you provide the jdbc url and the jdbc driver needed to connect to it.

    - Ravi Kiran


  • 3.  RE: DE Support for MYSQL
    Best Answer

    Posted Jul 09, 2020 03:28 AM
    Hi

    Yes, it will work if you copy mysql-connector-java-xxxx.jar in jars/ext

    jdbc:mysql://localhost:3306/database