Oracle SQL - Revert SQL*Plus settings to default

Introduction

You can revert to the default behavior with the SET command.

The following command shows examples of using these commands.

SQL> set pause off

SQL> show pause
PAUSE is OFF

SQL>

Related Topic