Saturday, December 28, 2024

Configure SMTP mail alerts on Oracle Key Vault appliance 21.9

 

Objective: Oracle Key Vault SMTP configuration routine


YouTube Video:



Step 1) Go to https://myaccount.google.com/apppasswords


and then generate a new app password. No need to store this at all as per gmail. In case needed you can regenerate.

This is a OTP kind of password, to let google know the incoming connection was kicked off by you.


Step 2) Login to OKV console as sysadmin


Goto System -> Settings -> Email



Step 3) Enter the requested details


here for example I used gmail to cofigure mail setup.


SMTP server: smtp.gmail.com

SMTP port: 25, 465, 587 [we will use ssl, so 465]

Name: OKVNode1

From Address: oracledbaplanner@gmail.com

Require Secure Connection: select

Require Credentials: Select 

Enter the username as gmail: oracledbaplanner@gmail.com

Enter the password you generated in step 1: .....wbzkukyobqziu

Send Test email: Select TEST



Step 4) Now go to reports and see if the email was successfully sent


Goto Reports -> System Report -> Notification reports -> you should see the test message result


No comments:

Post a Comment

Flashback data archive steps

 Objective: Ways to track DML changes in a table Detailed objective: We should be able to track the changes in the table at any point in tim...