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: Baffled: SET Commands in scripts

Re: Baffled: SET Commands in scripts

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 22 Feb 2000 07:46:17 +0100
Message-ID: <951204814.6322.0.pluto.d4ee154e@news.demon.nl>


Where's your END on a separate line to conclude the here document? I don't see it.

Hth,

Sybrand Bakker, Oracle DBA

<david.jay.jackson_at_usa.net> wrote in message news:88sqeb$1no$1_at_nnrp1.deja.com...
> Greetings -- Why won't set command work in a script like this
>
> --------------- script ------------------------
> #!/bin/ksh
> Oracle_var_stuff
> export TWO_TASK =
>
> sqlplus << END
> username/password
> SET ECHO OFF
> SET FEEDBACK OFF
>
> select table_name,column_name
> from dba_tab_columns
> /
>
> ------- End of Script
>
> Thanks for your help
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Feb 22 2000 - 00:46:17 CST

Original text of this message

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