Re: SQL question
From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: 1998/09/13
Message-ID: <6tg4am$5c9$1_at_newton.a2000.nl>#1/1
Date: 1998/09/13
Message-ID: <6tg4am$5c9$1_at_newton.a2000.nl>#1/1
>In sqlplus:
>set define off
or, if you want another character to take over the ampersand's job, like the ^-character:
set define '^'
If you forget the quotes you will get 'Missing sysmbol' if you execute this command twice in one SQL*Plus session.
Arjan. Received on Sun Sep 13 1998 - 00:00:00 CEST