Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

What is the best Oracle db connection format to use?

Albert
6 - Meteoroid

What is the best oracle db connection format to use in Alteryx?   ODBC /  OLEDB / OCI 

2 REPLIES 2
KevinP
Alteryx Alumni (Retired)

@Albert The preferred connection type is OCI. However, ODBC and OLEDB should both work as long as the Oracle drivers are properly configured with a valid TNSNames.ora file, and you correctly configure the connection strings.

mborriero
11 - Bolide

I simple connect to Oracle database using the Oracle function

 

Oracle.JPG

 

If you follow the steps in this blog you will be able to connect without problem.

 

https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Connecting-to-Oracle-Alteryx-11-0/ta-p/46654

Labels
Top Solution Authors