Skip to main content

Oracle

This guide shows you how to create an Oracle Connection in Ascend.

Prerequisites​

  • Ascend Project
  • Ascend Workspace
  • Credentials for your Oracle database
    • Username: Username of the account used to connect to the Oracle server
    • Password: Password of the account used to connect to the Oracle server

Create a Oracle Connection

From your workspace Super Graph view, follow these steps:

  1. Create a Connection by either:
    • Clicking the + button next to Connections in the left Build panel
    • add-connection
    • Right-clicking in the Super Graph and selecting Create Connection
    • menu
  2. Enter a descriptive name like `read_oracle`
  3. Select Oracle from the available options
  4. Fill in the required fields (and any optional fields as needed)
  5. Click Save at the bottom to create your Connection
  6. form

For complete configuration options, see our Connection reference guide.

Example​

Use the following YAML template for your Oracle Connection. Customize the highlighted placeholder values with your specific Connection details:

/my_project/connections/oracle_connection.yaml
connection:
oracle:
host: <host>
port: 1521 # default value is 1521, can modify as needed
database: <database>
user: <user>
password: "${vaults.<your_vault>.<password>}"

🎉 Congratulations, you just set up an Oracle Connection in Ascend!