7.2 Use OML4Py with an On-Premises Oracle AI Database
After the OML4Py server and client components have been installed on your on-premises Oracle AI Database server and you have installed the OML4Py client on your local system, you can connect your client Python session to the OML4Py server.
To connect an OML4Py client to an on-premises Oracle AI
Database, you first import the oml module and then connect as described in
the following topics.
- About Connecting to an On-Premises Oracle AI Database
OML4Py client components connect a Python session to the OML4Py server components on an on-premises Oracle AI Database server. - About Oracle Wallets
An Oracle wallet is a secure software container that stores authentication and signing credentials for an Oracle AI Database. - Connect to an Oracle AI Database
Establish an OML4Py connection to an on-premises Oracle AI Database withoml.connect.
Parent topic: Get Started with Oracle Machine Learning for Python