home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / ingres / 2189 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.5 KB  |  60 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!mcsun!sun4nl!rivm!jwd
  3. From: jwd@rivm.nl (Jan Diesel)
  4. Subject: Re: Transaction Log File
  5. Message-ID: <C0J1q9.FvG@rivm.nl>
  6. Sender: news@rivm.nl
  7. Organization: R.I.V.M.
  8. X-Newsreader: Tin 1.1 PL5
  9. References: <1993Jan7.145532.4404@sei.cmu.edu>
  10. Date: Fri, 8 Jan 1993 08:46:57 GMT
  11. Lines: 47
  12.  
  13. David Kaplan (djk@sei.cmu.edu) wrote:
  14. : I'm having some intermittent problems with the Trasaction Log File.  Or,
  15. : rather, it's having trouble with me?  In either case, the following error
  16. : occurs when running a rather long set of queries:
  17. : **** ERROR: E_US1262 Your transaction has been aborted due to the transaction
  18. :     log file having reached one of the limits set by the system administrator.
  19. :     These limits are log_full, force_abort, and 90 percent of force_abort
  20. :     when using the fast_commit option to start DBMS servers.
  21. :    (Thu Jan  7 12:21:39 1993)
  22. : What's this all about.  I mentioned intermittent because some days I get the
  23. : error, and other days I don't?!  There are commits after each query (all
  24. : creation and insertion commands), and the queries are broken up just about as
  25. : far as we can get them.
  26.  
  27. The transaction logfile is used not only by inserts, updates and deletes but
  28. by selects as well. The obvious solution to your problem seems increasing the
  29. size of the transaction logfile or decreasing the size of your transactions.
  30. The latter can be done by setting autocommit on (thereby causing each statement
  31. to be treated as a singleton transaction). If this won't help and you don't
  32. want to increase the transaction logfile you'll have to split up your statements.
  33.  
  34. : Could this error be an indicator that something else is wrong?  The fact that
  35. : it is intermittant EVEN when the data being used has not change is what really
  36. : has me puzzled.
  37. : Any clues appreciated ;-)
  38. : Thanks,
  39. : -Dave.
  40. : ---------------------------------------------------------------------------
  41. : David J. Kaplan                                             djk@sei.cmu.edu
  42. : Software Engineering Institute                         dk3g+@andrew.cmu.edu
  43. : Carnegie Mellon University                                   (412) 268-7736
  44.  
  45. Regards,
  46. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  47. Jan Diesel                                       |          jwd@rivm.nl
  48. Informatics Service Centre                       |  tel. ++31 30 742067
  49. P.O.Box 1, 3720 BA  BILTHOVEN, the Netherlands   |  fax. ++31 30 282316
  50. RIVM - National Institute of Public Health and Environmental Protection
  51.