Apicat Docs
  1. Database operations
Apicat Docs
  • What is Apicat?
  • Send requests
    • Create requests
      • Request basics
      • Parameters and body
      • Request headers
      • Request settings
      • Dynamic values
      • HTTP/2
      • SOAP/WebService
    • Authentication and authorization
      • Overview
      • CA and client certificates
      • Authorization types supported by Apidog
      • Digest Auth
      • OAuth 1.0
      • OAuth 2.0
      • Hawk Authentication
      • Kerberos
      • NTLM
      • Akamai EdgeGrid
    • Response and cookies
      • Overview
      • API response in Apidog
      • Create and send cookies
      • Debug requests
    • Dynamic values Modules
      • Airline
      • Animal
      • Color
      • Commerce
      • Company
      • Database
      • Datatype
      • Date
      • Finance
      • Food
      • Git
      • Hacker
      • Helpers
      • Image
      • Internet
      • Location
      • Lorem
      • Music
      • Number
      • Person
      • Phone
      • Science
      • String
      • System
      • Vehicle
      • Word
  • Environments & variables
    • Overview
    • Using variables
    • Environments & services
  • Pre/Post processors
    • Overview
    • Assertion
    • Extract variable
    • Wait
    • Database operations
      • Overview
      • MySQL
      • MongoDB
      • Redis
      • Oracle Client
    • Using scripts
      • Overview
      • Pre processor scripts
      • Post processor scripts
      • Public scripts
      • Postman scripts reference
      • Calling other programming languages
      • Using JS libraries
      • Visualizing responses
      • Script examples
        • Assertion scripts
        • Using variables in scripts
        • Using scripts to modify request messages
        • Other examples
  • Best practices
    • How to handle API signatures
    • How to access OAuth 2.0 protected APIs
    • Apidog collaboration workflow
    • Managing authentication state in Apidog
  • Account & preferences
    • Account settings
    • Generate OpenAPI access token
    • Language settings
    • Hot keys
    • Network proxy configuration
    • Data backup
    • Updating Apidog
    • Deleting account
    • Experimental Features
  • References
    • API-Design First Approach
    • Apidog OpenAPI/Swagger Specificaiton Extensions
    • JSONPath
    • XPath
    • Regular Expressions
    • JSON Schema
    • CSV File Format
    • Install Java Environment
    • Runner deployment environment
    • Apidog flavored Markdown
  1. Database operations

Oracle Client

Connecting to an Oracle database in Apidog requires installing the Oracle Client separately.

Windows#

1.
Visit the Oracle Download Page, download the compatible macOS version Instant Client ZIP file.
2.
Extract the ZIP file to a designated directory, such as C:\oracle\instantclient_19_3.
3.
Add the aforementioned directory to the environment variable PATH for detailed instructions.
4.
Restart Apidog.

MacOS#

1.
Click here to download the macOS version file.
2.
Extract the ZIP file to a designated directory, such as ~/oracle/instantclient_19_8/.
3.
Execute the following command to create a symbolic link from the libclntsh.dylib file in the designated directory to /usr/local/lib:
ln -s ~/oracle/instantclient_19_8/libclntsh.dylib /usr/local/lib
4.
Restart Apidog.

Linux#

Visit the Oracle Download Page, select the appropriate system version, and download the corresponding Instant Client file. It is recommended to follow the official instructions provided by Oracle for your specific Linux distribution.
Modified at 2025-06-25 07:57:16
Previous
Redis
Next
Overview
Built with