René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

set sqlterminator [SQL*Plus]

SQL> set sqlterminator c
c specifies the character that ends an SQL statement. The default is the semicolon (;). The sqlterminator cannot be alpha numeric.
SQL> set sqlterminator ?
SQL> select * from dual ?

D
-
X

Links