Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Baffled: SET Commands in scripts
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
![]() |
![]() |