Name

SET SCAN — Obsolete

Synopsis

The SCAN setting, an obsolete setting, allows you to choose whether SQL*Plus scans for substitution variables.

Syntax

SET SCAN {OFF | ON}

Parameters

OFF

Disables variable substitution, and has the same effect as SET DEFINE OFF.

ON

Enables variable substitution, and has the same effect as SET DEFINE ON.

The SET SCAN command duplicates functionality provided by the SET DEFINE command.

Get Oracle SQL*Plus: The Definitive Guide, 2nd Edition 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.