CLOSE_CONNECTION is used to close an SMTP connection, which terminates the SMTP operation. It is only applicable for canceling an email in a data session.
Applicability
This content applies only to the Oracle-compatible mode of OceanBase Database.
Syntax
UTL_SMTP.CLOSE_CONNECTION (
c IN OUT NOCOPY connection);
Parameters
| Parameter | Description |
|---|---|
| c | The SMTP connection. |