Created
January 16, 2011 14:25
-
-
Save creaktive/781827 to your computer and use it in GitHub Desktop.
Oracle error messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| perl '-F/\s*,\s*/' -lane 'BEGIN{$,="\t"};chomp;print @F[0,2] if $_ && !m%^/%' /home/stas/oracle/product/10.2.0/db_1/rdbms/mesg/oraus.msg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment