Tribal Knowledge
  • Welcome
  • Getting Started
    • Install Guide
    • Introduction to Tribal Knowledge
      • About Exemplar
      • About Ratifier
      • About Kulvert
      • About Redactor
    • Supported Languages
  • Exemplar Tutorials
    • Knowledge Sharing Code Review
      • Create a New Project
      • Create a CheckList
      • Add Files for Code Review
      • Start Automated Code Review
  • Ratifier Tutorials
    • SQL Sanity Check
      • Oracle Setup
        • Oracle Database Setup
        • Create SQL File for Sanity Check
      • SQL Server Setup
        • SQL Server Database Setup
        • Copy of Create SQL File for Sanity Check
      • Create a New Project
      • Add SQL File for Sanity Check
      • SQL Sanity Check - Datasource Config
      • SQL Sanity Check - Start
    • SQL Simulator
      • Technical Overview
        • Step 1
        • Step 2
        • Step 3
        • Step 4
        • Step 5
      • Oracle Setup
        • Oracle Database Setup
        • Create SQL File for SQL Simulator
        • Create a New Project
        • Add SQL File for SQL Simulator
        • Datasource Config
        • Start Simulation
      • SQL Server Setup
        • SQL Server Database Setup
        • Create SQL File for SQL Simulator
        • Create a New Project
        • Add SQL File for SQL Simulator
        • Datasource Config
        • Start Simulation
  • Kulvert
    • CI/CD Pipeline
      • Oracle Setup
        • Oracle Database Setup
        • Create SQL File for Kulvert
      • SQL Server Setup
        • SQL Server Database Setup
        • Create SQL File for SQL simulator
      • Create a New Project
      • Add SQL File for Kulvert
      • Kulvert - Datasource Config
      • Kulvert - PipeLine Start
  • Redactor
    • About Redactor
  • About
    • About Tribal Knowledge
Powered by GitBook
On this page
  1. Kulvert
  2. CI/CD Pipeline

Kulvert - Datasource Config

We need to configure the datasource for the SQL Simulator.

  1. On Kulvert main screen click Data Sources

  2. Click Add

  3. Click Add Oracle

  4. There are 2 different datasources that you must fill in the connection information for. The target datasource is the database you SQL file will update. The Simulated database is the database that contains the sql_simulator_1 schema that you set up earlier in this tutorial. In the schema name text box be sure to type in "sql_simulator_1".

Please note that if you are doing any type of dynamic sql then you will need to use a blank database database and leave the simulated schema name text box blank.

PreviousAdd SQL File for KulvertNextKulvert - PipeLine Start

Last updated 2 years ago