Professional Oracle Error: No Extended Memory AvailableLast reviewed: April 26, 1996Article ID: Q83240 |
The information in this article applies to:
SUMMARYAttempting to run Professional Oracle version 5.1 under Windows 3.0 and Microsoft Windows operating system version 3.1 produces the error:
No extended memory availableThis error occurs because Oracle uses the INT15 extended memory allocation rather than using the Microsoft eXtended Memory Specification (XMS). Oracle can be run from Windows 3.0 only in real mode, with HIMEM.SYS version 2.60 removed from the CONFIG.SYS file. Professional Oracle will not run under Windows 3.1. For Oracle to work properly under Windows 3.0 with the HIMEM.SYS file loaded, Oracle must be modified to use XMS memory allocation rather than using Int15.
MORE INFORMATIONWith MS-DOS 5.0 and Windows 3.1, HIMEM.SYS includes an /INT15 switch. This switch is not available with previous versions of MS-DOS or Windows. The device line in CONFIG.SYS should read as follows
Device=C:\DOS\HIMEM.SYS /INT15=XXXwhere XXX represents the amount of extended memory in kilobytes not to be converted to XMS. Valid ranges for XXX are 64 through 65535.
|
KBCategory: kb3rdparty kbenv kberrmsg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |