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