HELP is used to retrieve help information.
Applicability
This content applies only to the Oracle-compatible mode of OceanBase Database.
Syntax
UTL_SMTP.HELP (
c IN OUT NOCOPY connection,
command IN VARCHAR2 DEFAULT NULL)
RETURN replies;
Parameters
| Parameter | Description |
|---|---|
| c | The SMTP connection. |
| command | The command to retrieve help information. |
Return value
| Return value | Description |
|---|---|
| reply | The reply to the command. If multiple replies are received, the last reply is returned. |