Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not able to send email from database users

User_9Y91MMay 10 2013 — edited May 15 2013
Dear All ,

We have been trying to send email from oracle database and we did successfully with the 'sys' user , but we are not able to send emails from other database users.

Can anyone help me to solve this issue.

Below mentioned is the error.


begin
dbms_network_acl_admin.assign_acl (
acl => 'sendmailone.xml',
host => 'smtp.gmail.com',
lower_port => 25);
end; 2 3 4 5 6
7 /
begin
*
ERROR at line 1:
ORA-31001: Invalid resource handle or path name "/sys/acls/sendmailone.xml"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 94
ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 479
ORA-06512: at line 2



Regards
Niranjan

Edited by: 1005153 on May 9, 2013 9:58 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2013
Added on May 10 2013
8 comments
1,364 views