Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ORACLE Mailing

Re: ORACLE Mailing

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Wed, 17 Nov 2004 22:13:43 -0800
Message-ID: <1100758338.887500@yasure>


Zephyr wrote:

> Thanks for your hint, but I'am facing a problem to call
>
> UTL_SMTP.VRFY(connection, msg_to);
>
> I get a response PLS-00221: 'VRFY' is not a procedure or is undefined
> all other functions are working fine. Do I need something else?
>
>
>

>>(All are described in the "Oracle9i Supplied PL/SQL Packages and Types >>Reference".)

UTL_SMTP.VRFY is a function not a procedure ... how are you using it?

Suggestion:

SELECT ...
FROM dual;

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Nov 18 2004 - 00:13:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US