home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / sybase / 12 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!cherokee!rivera!yslas
  2. From: yslas@riverauswest.com ( Rob Yslas)
  3. Newsgroups: comp.databases.sybase
  4. Subject: Re: Question: Transaction log
  5. Message-ID: <1992Sep15.181757.25100@advtech.uswest.com>
  6. Date: 15 Sep 92 18:17:57 GMT
  7. References: <1992Sep15.124446.21526@uni-paderborn.de>
  8. Sender: yslas@rivera ( Rob Yslas)
  9. Organization: U S WEST Advanced Technologies
  10. Lines: 26
  11. Nntp-Posting-Host: rivera.advtech.uswest.com
  12.  
  13. In article <1992Sep15.124446.21526@uni-paderborn.de>, hackes@uni-paderborn.de (Markus Brakweh) writes:
  14. > Hi folks.
  15. > I'm working with Accell/Sybase and got an astonishing effect.
  16. > When I gave the 4GL command 'update current record'
  17. > I got the error message 'Transaction full.....' although I dumped the tran some seconds before.
  18. > Then I wrote 'insert into .....' instead of 'update current record' everything
  19.                 ^^^^^^^^^^^                    ^^^^^^^^^^^^^^^^^^^^^
  20. Seems to me that Sybase handles these two situations differently.  If you are
  21. updating the transaction log will keep two copies of the row(s), before and after
  22. the transaction is completed.  When a dump transaction command is issued the 
  23. log is up to the most recent checkpoint.  This may be related to how much space
  24. the dump actually returned for logging purposes.  You may want to try running the
  25. checkpoint command prior to the dump transaction or if you don`t care about the 
  26. transaction log you may want to dump transaction with nolog or dump transaction 
  27. to the null dump device.
  28.  
  29. Good luck,
  30. Rob
  31.  
  32.  
  33. -- 
  34. yslas@uswat.uswest.com
  35. Thanks
  36.