Connexion d'applications Python à Autonomous Database
Vous pouvez connecter des applications Python à votre instance Autonomous Database soit avec un portefeuille, soit sans portefeuille.
- Installation de Python et du pilote python-oracledb
Pour vous connecter à Autonomous Database à partir de votre application Python, installez Python et le pilote python-oracledb. - Connexion d'applications Python sans portefeuille (TLS)
La connexion d'une application Python sans portefeuille (TLS) fournit la sécurité nécessaire pour l'authentification et le cryptage. La sécurité est assurée à l'aide des informations d'identification client (en indiquant un nom utilisateur et un mot de passe). - Connexion d'applications Python avec un portefeuille (mTLS)
La connexion d'une application Python avec un portefeuille (mTLS) offre une sécurité améliorée pour l'authentification et le cryptage. La sécurité est assurée à l'aide des informations d'identification client (en indiquant un nom utilisateur et un mot de passe).
Rubrique parent : Connexion à Autonomous Database à l'aide d'une application client