Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: how is it possible
I see this from time to time on our HP systems. The terminal emulator on the client gets out of sync with the host, especially in regards to CTL-H and the Backspace key. I've seen this caused by applications that set the emulator into raw mode (Oracle Applications 10.7 character) and then back as well as su - user ... exit.
That CTL-H trick embedded in a filename is how I test our Jr admins. Yes... I can be a tad evil at times...
Ron Thomas
Hypercom, Inc
rthomas_at_hypercom.com
Each new user of a new system uncovers a new class of bugs. -- Kernighan
oramagic_at_hotmail. com To: ORACLE-L_at_fatcity.com Sent by: cc: ml-errors_at_fatcity Subject: Re: how is it possible .com 10/24/2003 10:24 AM Please respond to ORACLE-L
Thanks Ron ,
This worked . But do you know why it happens . As I said its happening third
time with me . My unix screen behaves weired sometimes it doesn't print any
character I type and some time it prints characters which I never type ( in
this particular case ).
Thanks,
-ak
>
> This generally happens when there is a CTL-H embedded in the filename.
Try
>
> mv *m* anotherfilename
>
> You should be able to get at it after that.
>
> Ron Thomas
> Hypercom, Inc
> rthomas_at_hypercom.com
> Each new user of a new system uncovers a new class of bugs. -- Kernighan
>
>
>
> oramagic_at_hotmail.
> com To:
ORACLE-L_at_fatcity.com
> Sent by: cc:
> ml-errors_at_fatcity Subject: how is it
possible
> .com
>
>
> 10/23/2003 04:49
> PM
> Please respond to
> ORACLE-L
>
>
>
>
>
>
> This happening with me 3 rd time on this hp box . When I do ls -alt I can
see a file in current
> directory but when I try to open it (vi/cat ) it says no such file or
directory . I am same user
> who created the file .. ( no permission problem )
>
> Any idea ??
>
> -ak
>
>
>
>
>
> /home/ak/myscripts/shell_scr $ ls -alt
> total 4
> drwxrwxrwx 2 ak dba 96 Oct 23 14:40 .
> -rwxrwxrwx 1 ak dba 412 Oct 23 14:40 mon_scr
> drwxr-x--- 10 ak dba 1024 Oct 13 16:07 ..
>
> /home/ak/myscripts/shell_scr $ cat mon_scr
> cat: Cannot open mon_scr: No such file or directory
>
> /home/ak/myscripts/shell_scr $ cat ./mon_scr
> cat: Cannot open ./mon_scr: No such file or directory
>
> /home/ak/myscripts/shell_scr $
>
> /home/ak/shell_scr $ whoami
> ak
>
>
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Ron Thomas
> INET: rthomas_at_hypercom.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: AK INET: oramagic_at_hotmail.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Ron Thomas INET: rthomas_at_hypercom.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Oct 24 2003 - 14:54:26 CDT