Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL question

Re: SQL question

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: 1998/09/13
Message-ID: <6tg4am$5c9$1@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 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US