Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Import Error.
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_at_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_at_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). Received on Mon May 07 2001 - 13:27:49 CDT
![]() |
![]() |