iSQL*Plus commands are SQL*Plus environment commands that control formatting, output, and environment settings - they do NOT directly access the database. Only SQL commands (SELECT, INSERT, etc.) and PL/SQL blocks actually interact with the database. Commands like SET, COLUMN, or SPOOL are iSQL*Plus commands that are interpreted by the SQL*Plus client tool, not sent to the database server.