![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, i'm following tutorial on how to send email in Oracle 10g. When I try to grant access to package UTL_MAIL, I get an error of "package not exists" (ORA-04042). This is not an express edition. grant execute on UTL_MAIL to public; An idea on why and how to correct ? Thanks. |
#3
| |||
| |||
|
|
On Sep 23, 8:30*am, Pif 34 <pi... (AT) nospam (DOT) fr> wrote: Hello, i'm following tutorial on how to send email in Oracle 10g. When I try to grant access to package UTL_MAIL, I get an error of "package not exists" (ORA-04042). This is not an express edition. grant execute on UTL_MAIL to public; An idea on why and how to correct ? Thanks. It's likely not there; it is not installed by default so you have to install it. David Fitzjarrell |
#4
| |||
| |||
|
|
On Sep 23, 8:30*am, Pif 34 <pi... (AT) nospam (DOT) fr> wrote: Hello, i'm following tutorial on how to send email in Oracle 10g. When I try to grant access to package UTL_MAIL, I get an error of "package not exists" (ORA-04042). This is not an express edition. grant execute on UTL_MAIL to public; An idea on why and how to correct ? Thanks. It's likely not there; it is not installed by default so you have to install it. David Fitzjarrell |
![]() |
| Thread Tools | |
| Display Modes | |
| |