REMARK

The REMARK command is used to place comments in a SQL*Plus script. See Chapter 4. In addition to REMARK, comments may set off with /*...*/, or by preceding each comment line with a double hyphen (- -).

REM[ARK] comment_text

where:

REM[ARK]

Is the command, which may be abbreviated to REM.

comment_text

Is your comment.

Get Oracle SQL*Plus: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.