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.

Oracle DB Connection Set Up (PL SQL Developer) Enquire

MrDaniels
6 - Meteoroid

Hi gurus,

 

Could you please share some light.

 

I'm trying to connect to an Oracle Database.

 

Currently we use PL SQL Developer that only requires Username, Password and the Database Name.

 

 

MrDaniels_0-1665970127380.png

 

I have been trying to use the Oracle options from Alteryx, and they are asking me for Host, Port, or Server Name. 

 

MrDaniels_1-1665970353757.png

 

Any idea how to connect to Alteryx using same credentials as in PL SQL Developer?

 

Thanks in advance,

 

Cheers,

 

Mr Daniels.

 

1 REPLY 1
Mchappell67
9 - Comet

Hi -

 

SQL Dev is most likely using a Tnsnames.ora file to define the Database dropdown options.  You can either setup an ODBC connection using the same parameters (user, pass, db) as in your screenshot, or look into the tnsnames.ora file and get all of the parameters you need for the other connection types (server, port, sid).

 

Mark

Labels
Top Solution Authors