how to send mail on postgresql 11.4
Hello !!
i have this error when i send a mail : permission denied for package utl_tcp Where: compilation of SPL function "f_oracle_database_send_mail" near line 15
thanks to help me
Accepted Solutions (0)
Answers (1)
Answers (1)
- Report Inappropriate Content
Hi Sirbda,
Could you please check the package "utl_tcp" as execute permission.
GRANT EXECUTE ON package SYS.UTL_TCP TO test;
Comments (0)
Comments (0)