/ Published in: SQL
Show and set the value of the SMTP (Email) Parameter
Expand |
Embed | Plain Text
conn / AS sysdba SHOW parameter smtp ALTER SYSTEM SET smtp_out_server = 'smtp.drizzle.com' SCOPE=BOTH;
You need to login to post a comment.
