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 to obtain help messages. |
Return value
Return value |
Description |
|---|---|
| reply | The response to the command. If multiple responses are returned, the last one is returned. |
