Sunday, March 20, 2016

Unable to open alertlog with vi editior

When we open alertlog file or a file with huge size with vi we may get the following error

Out of memory saving lines for undo - try using ed

The following command would resolve the issue.

vi -y 9999999 alert_$ORACLE_SID.log

Tue Oct 26 13:59:12 2010
Starting ORACLE instance (normal)
sskgpgetexecname failed to get name
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 3
Autotune of undo retention is turned on.
IMODE=BR
ILAT =27
LICENSE_MAX_USERS = 0
"alert_DB01.log" 612662 lines, 20459538 characters

No comments:

Post a Comment