Skip to content Skip to sidebar Skip to footer
Showing posts with the label Database Connection

Single Database Connection Throughout The Python Application (following Singleton Pattern)

My Question is what is the best way to maintain the single database connection in the entire applic… Read more Single Database Connection Throughout The Python Application (following Singleton Pattern)

Python: Connecting To An Oracle Database Using Oracle's Wallet/tnsnames

So I can connect to an Oracle database as such: import cx_Oracle as ora dsnStr = ora.makedsn(host=… Read more Python: Connecting To An Oracle Database Using Oracle's Wallet/tnsnames