home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / oracle / 1306 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.8 KB  |  44 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!gatech!ukma!nntp.msstate.edu!news
  3. From: alfred@bambi.CS.MsState.Edu (Alfred Wu)
  4. Subject: Execution file is too big for execution.
  5. Message-ID: <1992Aug17.214120.14838@ra.msstate.edu>
  6. Sender: news@ra.msstate.edu
  7. Nntp-Posting-Host: bambi.cs.msstate.edu
  8. Organization: Mississippi State Univ.
  9. Date: Mon, 17 Aug 1992 21:41:20 GMT
  10. Lines: 32
  11.  
  12.  
  13.     I am currently modifying a natural language interface for Oracle RDBMS. 
  14. The old version of the program was written with Microsoft C 5.1, Oracle Pro*C
  15. with Oracle 5.1 and C-scape 2.2.  In order to meet the system requirements of
  16. the client, we upgrade our software packages.  Currently, I am using Microsoft
  17. C 6.0, Oracle 6.0 and C-scape 4.0.  Unfortunately, the execution file
  18. becomes so big that it can not be executed during the integration.
  19. The dynamic memory available on the my 386 is only 2KB immediately after the 
  20. start of execution.  
  21. These amount of memory is hardly enough for dynamic 
  22. creation of an simple entity in C-scape.
  23.  
  24. Does any people has similar problems before or has some ideas about how to
  25. solve the problem?  Please send me a e-mail.
  26.  
  27. My e-mail address: alfred@walt.cs.msstate.edu
  28.  
  29. Thanks in advance.
  30.  
  31. Alfred Wu
  32. Mississippi State University
  33.  
  34. P.S. 1. In order to make my system work, I have to run the tcp/ip protocool for
  35.         for SQL*Net.  
  36.      2. I have QEMM installed in machine.
  37.      3. I use large mode to compile my program.
  38.      4. There are 580 KB real memory available after machine boot-up.
  39.      5. There are 446 KB real memory available after running sqlpme and sqltcp.
  40.      6. I have 1 MB extended memory on my machine.
  41.  
  42. I tried to load both sqlpme and sqltcp into high-memory by using QEMM, however,
  43. there are no enough blacks in the high RAM for me to do it. 
  44.