CLOSE_CONNECTION is used to close an SMTP connection, thereby terminating SMTP operations, and is only used to cancel email operations during a data session.
Applicability
This topic applies only to OceanBase Database in Oracle mode.
Syntax
UTL_SMTP.CLOSE_CONNECTION (
c IN OUT NOCOPY connection);
Parameters
Parameter |
Description |
|---|---|
| c | The SMTP connection. |
