Skip to Main Content

Developer Community

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!

ADW connectivity from Python from Wondows

raju vegirajuJul 23 2024

Hi,

I am using below code to connect to ADW from Pytton, but it is asking Enter PEM pass phrase: Please help me

import getpass
import oracledb

oracledb.connect(user="APERXXXX", password="Aper1XXX##", dsn="DNS_NAMR")

The TNS ora file every thing is reading and it is asking Enter PEM Pass Pharse: every time, please help me.

thanks,

Raju.

Comments
Post Details
Added on Jul 23 2024
0 comments
250 views