Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

UTL_SMTP , 14 of 15


noop() Function

The null command.

Syntax

UTL_SMTP.NOOP (

c  IN OUT NOCOPY connection) 
RETURN VARCHAR2; UTL_SMTP.NOOP (
c  IN OUT NOCOPY connection);

Parameter

Table 82-17 noop Function Parameters
Parameter  Description 

c (IN OUT NOCOPY) 

The SMTP connection. 

Usage Notes

This command has no effect except to elicit a successful reply from the server. It can be issued at any time after the connection to the server has been established with open_connection(). The noop() command can be used to verify that the server is still connected and is listening properly.

This command will always reply with a single line beginning with status code 250.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback