Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Redirecting CONCSUB output on Windows NT
On unix, I would advise you to use
CONCSUB .... 1> logfile 2>logfile
But i do not know if on NT, the standart output (1)
and the error output also exists
Pierre
dgh_consulting_at_my-deja.com wrote:
>
> Hi,
>
> I would be very grateful if any Oracle Applications gurus out there
> could help me. Does this sound familiar?...
>
> I'm having a bit of trouble with CONCSUB on Windows NT 4.0. When I run
> the CONCSUB from a command prompt, I get the usual output message:
>
> "Submitted request xxxxx for ....."
>
> However, if I try to redirect output from the CONCSUB to a file, the
> output file created is empty (0 bytes). My command is as follows:
>
> CONCSUB ... > concsub.out
>
> ;where the full stops represent the required arguments.
>
> If I put the CONCSUB command in a command file and run the command
> file, redirecting the output from that, I just get the command echoed
> into the output file.
>
> Where is my CONCSUB output going?!
>
> Thanks for any help offered,
>
> Dave.
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Fri Sep 03 1999 - 18:13:02 CDT
![]() |
![]() |