RE: SQL*Plus COPY error solved (sort of)

2002-10-29 Thread Paul Baumgartel
Hadn't thought of trying that; makes sense. Thanks. --- "Reardon, Bruce (CALBBAY)" <[EMAIL PROTECTED]> wrote: > When you tried under NT, did you use sqlplus.exe or sqlplusw.exe? > > If you used sqlplusw.exe, this sounds like Bug No. 1504702 > > The workaround is to use the copy command from the

RE: SQL*Plus COPY error solved (sort of)

2002-10-27 Thread Reardon, Bruce (CALBBAY)
When you tried under NT, did you use sqlplus.exe or sqlplusw.exe? If you used sqlplusw.exe, this sounds like Bug No. 1504702 The workaround is to use the copy command from the character version of sqlplus (sqlplus.exe) rather than the GUI version. HTH, Bruce Reardon -Original Message-

RE: SQL*Plus COPY error solved (sort of)

2002-10-25 Thread Rachel Carmichael
it's oraus.msg located in rdbms/mesg but that file does NOT exist on Windows systems anymore --- Stephen Lee <[EMAIL PROTECTED]> wrote: > > Some severe rustiness here on this topic; but the mists of time have > me > thinking that Oracle is looking for the file that contains the text > for > mess

RE: SQL*Plus COPY error solved (sort of)

2002-10-25 Thread Stephen Lee
Some severe rustiness here on this topic; but the mists of time have me thinking that Oracle is looking for the file that contains the text for messages it wants to display, and in your case, it can't find the file. I used to know what file this was and where it was located; but would have to loo

SQL*Plus COPY error solved (sort of)

2002-10-25 Thread Paul Baumgartel
This COPY script failure occurred when running in SQL*Plus on Windows NT. In SQL*Plus on (Unix) database server, runs just fine, so immediate problem solved. Shouldn't it work from PC, though? --- Paul Baumgartel <[EMAIL PROTECTED]> wrote: > I'm trying to use (for the first time in 15 years o