Learn how to configure a Oracle Database Connection for Infisical.
Create a User
Grant Relevant Permissions
Get Connection Details
host
- The hostname or IP address of your Oracle Database serverport
- The port number your Oracle Database server is listening on (default: 1521)database
- The Oracle Service Name or SID (System Identifier) for the database you are connecting to. For example: ORCL
, FREEPDB1
, XEPDB1
username
- The user name of the login created in the steps abovepassword
- The user password of the login created in the steps abovesslCertificate
(optional) - The SSL certificate required for connection (if configured)ALLOW_INTERNAL_IP_CONNECTIONS
environment variable to true
.