Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Generated data file contains error messages !!!
"Laura" <lgm_at_tid.es> wrote in message
news:1127479376.522647.119070_at_g47g2000cwa.googlegroups.com...
> Hi:
> I have a process that generates a datafile whith a query executed from
> sqlplus:
>
> sqlplus .... << eof > my_data_file
> set ...
> set ..
> select ...
> eof
>
> The problem is that when an oracle error happens, the error message is
> included inside de data file.
> How could I do for obtain de error message in a separated file?
>
SQL*Plus is very simple-minded, so there's not direct way to do it (unless
I'm missing a relatively new feature)
++ mcs Received on Fri Sep 23 2005 - 08:06:44 CDT