Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > dump transcation log with automatic

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-29-07, 20:13
furqoni furqoni is offline
Registered User
 
Join Date: Dec 2007
Posts: 3
dump transcation log with automatic

Hi... all

I'm Newbie in database, i want do some think with my replication server, exactly for my RSSD device, because device for my RSSD it's not Huge. how to do that when the device grow up and full.

please.
Reply With Quote
  #2 (permalink)  
Old 12-31-07, 06:15
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
You need to create a new device if your current device is all used up.

To create a new device, first find space. It depends whether you are using raw or filesystem.

Once you find space, you create the device using 'disk init' and to extend the database you use 'alter database'.

Please read up http://sybooks.sybase.com on these commands.

Just checked the heading and Im a bit confused. If you are looking to do automated log truncation in checkpoint, you need to set-up the db option 'trunc log on chkpt'.

sp_dboption 'dbname','trunc log on chkpt',true
go

Last edited by trvishi : 12-31-07 at 06:27.
Reply With Quote
  #3 (permalink)  
Old 12-31-07, 06:34
furqoni furqoni is offline
Registered User
 
Join Date: Dec 2007
Posts: 3
Thank's for answer my question trvishi... I'll try and looking for from sybase
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On