Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shared buffer and alert file

Status
Not open for further replies.

adonis547

MIS
Oct 19, 2004
16
FR
Hello,

I'm running Oracle 8i on a linux box. Recently, I've been seeing the following error, when logging with sqlplus:
-----
oracle@mybox ~> sqlplus user@DB/pw

SQL*Plus: Release 8.1.7.0.0 - Production on Fri Jun 10 11:03:40 2005

(c) Copyright 2000 Oracle Corporation. All rights reserved.

ERROR:
ORA-04031: unable to allocate 4096 bytes of shared memory ("shared pool","BEGIN
DBMS_OUTPUT.DISABLE; E...","PL/SQL MPCODE","BAMIMA: Bam Buffer")
-----

Also, the /oracle/admin/DB/bdump/alert_DB.log is almost 1GB in size. Can I truncate/delete it ?


The box has an uptime of ~200 days, perhaps I should restart - will a restart of oracle only suffice ?


Many thanks.



 
Hi.
Bouncing your box would fix the symptom but not the cause, and 200 days is not that long uptime for oracle on linux.
You may have hit bug 1397603, which should be fixed in 8.1.7.4.
You can truncate the alert_DB.log any time you wish (DB may be up and running).

Stefan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top