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