Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to connect a Python .py file to my Oracle Apex Database?

db095bca-7faa-4c96-9612-451bae4f9ff6Jul 9 2020 — edited Jul 10 2020

I am trying to test performance of making some SQL statements under a .py file, accessing my oracle.com Apex datasets.

The cx_Oracle package is installed and the client libraries as well.

I cannot set the connection string properly.

As user I pass my user login name as parameter?

As password is it expected to pass my user password on Oracle Apex portal?

And what about the rest of the string hostname/dbasename: what is exactly this hostname? As dbasename am I supposed to pass my workspace name as parameter?

Thank you for any help!

This post has been answered by jariola on Jul 10 2020
Jump to Answer
Comments
Post Details
Added on Jul 9 2020
1 comment
510 views