-
Users Handbook
-
-
-
- Intro & Basics
- All Objects have Descriptions
- Check for unused procedures
- Compiled Procedures up to date
- Invalid Source Layers
- Required Columns
- Check for abnormally ended Jobs
- Check for blocked Jobs
- Check for disabled Tasks
- Check for duplicate tasks in different Jobs
- Check for duplicate tasks in same Job
-
-
-
Administrators Handbook
-
- Register URL
- Configure SSL/HTTPS
- Configure Proxy-Server
- How to edit the appsettings.json file
- System Settings
- Global Parameters
- Allow Service Account to Logon as a Service
- LDAP & SSO Authentication
- Migrating Testcases and Configuration
- Licenses Management
- Manual Configuration
- Exposing the BiG EVAL REST API to other Network Segments
-
- Articles coming soon
-
Developers Handbook
-
Known Problems
-
Demo Virtual Machine
-
Release Notes
-
General
Connecting to Oracle
Last Updated On
- Home
- Users Handbook
- Data Sources
- Relational Databases
- Connecting to Oracle
- Install the Oracle OLEDB driver on the BiG EVAL Server.
- Download the Oracle Data Access Components (ODAC) for Windows from the oracle website. At the time of writing, the following URL could be used for that: https://www.oracle.com/database/technologies/dotnet-odacdeploy-downloads.html
- Use the 64bit edition because BiG EVAL is a 64bit application.
- Use the version that fits to your databases version number.
- The ODAC package contains many different drivers and applications. BiG EVAL only uses the Oracle OLEDB driver.
- Install the OLEDB driver by following Oracles instructions.
- Download the Oracle Data Access Components (ODAC) for Windows from the oracle website. At the time of writing, the following URL could be used for that: https://www.oracle.com/database/technologies/dotnet-odacdeploy-downloads.html
- Create the datasource in BiG EVAL.
- Open the navigation menu “Environemtn” > “Datasources”.
- Create a new datasource and give it a name.
- Choose “OLEDB” as the type of the datasource.
- Use the following connectionstring and ensure that the placeholders are replaced correctly.
Provider=OraOLEDB.Oracle;Data Source=[MyServername];User Id=[MyUsername]; Password=[MyPassword]; - Choose “Oracle (PL/SQL)” as the dialect.
- Save the datasource.
- Open the navigation menu “Environemtn” > “Datasources”.
Table of Contents