From IlicR@stentor.ca Mon, 07 May 2001 11:27:49 -0700 From: IlicR@stentor.ca Date: Mon, 07 May 2001 11:27:49 -0700 Subject: RE: Import Error. Message-ID: MIME-Version: 1.0 Content-Type: text/plain As usual Mladen's comment is half true and half joke. To identify what is you problem do next: grep 12 /user/include/sys/errno.h and you will get # define ENOMEM 12 /* Not enough core*/ ( see also man errno | grep ENOMEM ) Which means you're out of swap space ( or memory). Regardless of the amount of RAM , unless you've set swapmem_on=1. You must have swap space large enough to map every process whetever in RAM or swapped out ( check swapinfo -tm). As DBA you will not be able to modify kernel and basically you will return to same place as Mladen point to SAM ( or his son - probably means manually build kernel manually without SAM). Give new task to your SA. Hope it helps -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: IlicR@stentor.ca Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@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).