Name

Comment Delimiters (/*...*/)

Synopsis

/* 
comment_text
comment_text
comment_text
*/

The /* and */ delimiters may be used to set off a comment in SQL*Plus. Comments entered this way may span multiple lines. If you use /*...*/ in a script file, the comments will be displayed on the screen when the script is executed. For example:

/* SQL*Plus script written 7-Jan-2000 
   by Jonathan Gennick. */

Get Oracle SQL*Plus Pocket Reference 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.