2.240 MFA_SMTP_HOST

MFA_SMTP_HOST specifies the SMTP host for emails sent to users when configuring multi-factor authentication using Oracle Mobile Authenticator (OMA) push notifications.

Property Description

Parameter type

String

Syntax

MFA_SMTP_HOST = string

Default value

None

Modifiable

ALTER SYSTEM

Modifiable in a PDB

Yes

Basic

No

Oracle RAC

Multiple instances can have different values

This parameter is configured at the PDB level. When adding OMA as an additional authentication method for a user in a PDB, the user is sent an email with instructions on how to download OMA and register a device with OMA. This parameter specifies the SMTP host name for those emails.

Set this parameter to a valid SMTP host name. For example:

ALTER SYSTEM SET MFA_SMTP_HOST =
   "smtp.email.us-sanjose-1.oci.oraclecloud.com";

Note:

This parameter is available starting with Oracle Database 23ai, Release Update 23.9.