Re: Internal Error 1407

From: Jim Smith <jim_at_jimsmith.demon.co.uk>
Date: 1996/11/12
Message-ID: <Zh4vWLAT1EiyEwAj_at_jimsmith.demon.co.uk>#1/1


In article <563ds7$o3g_at_ramona.sfo.com>, Ian Parkin <twod_at_roxy.sfo.com> writes
>I have just run the below shell script :
>
>-- snip --
>#!/bin/sh
>
>cd $ORACLE_HOME
>for dir in `find . -name mesg -type d -print`
>do
> cd $dir
> grep '1407,' *.msg
> cd $ORACLE_HOME
>done
>-- snip --
>
>And I got the below output :
>
>

There is usually a utility called on unix systems called oerr which does exactly this. Don't you have it.

-- 
Jim Smith
Received on Tue Nov 12 1996 - 00:00:00 CET

Original text of this message