Help requested on rdsadmin syntax for oracle "ALTER SYSTEM SET SMTP_OUT_SERVER =..."

0

This seems to be one of those specific commands that are not documented as a "common example", and of course we cannot view the procedures in the rdsadmin_util package. The mail server, for what it's worth, resolves to a URL source rather than an IP address. TIA

已提問 2 年前檢視次數 397 次
1 個回答
1
已接受的答案

Hi

Based on what you shared, seems like you want to take a look at the documentation for syntax "ALTER SYSTEM SET SMTP_OUT_SERVER =..."?

Researching further from RDS Oracle public documentation, I was able to find: [+] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Options.UTLMAIL.html

SMTP_OUT_SERVER is a parameter which customer can set. And in order to change for the system, customer will need to modify the parameter.

"You can set the default SMTP_OUT_SERVER for a DB instance by using a DB parameter group. You can set the SMTP_OUT_SERVER parameter for a session by running the following code on your database on your DB instance.

ALTER SESSION SET smtp_out_server = mailserver.domain.com:25 ;"

Hope above helps.

AWS
支援工程師
Kevin_Z
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南