If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > backup few db paralel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-11, 09:37
aswe aswe is offline
Registered User
 
Join Date: Nov 2011
Posts: 2
backup few db paralel

Hi,

I have one sybase db server and on it 7 databases, application which is connected to this server uses all 7 databases, in one write sth. in other too.
My question is how to backup all 7 db in the same time ? I need to have these dbs consistent. I know how to dump one db, but i could not find how to dump all 7 dbs or how to freeze it.

Can you help ?
Reply With Quote
  #2 (permalink)  
Old 11-04-11, 08:01
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
Quote:
Originally Posted by aswe View Post
how to freeze it. Can you help ?
Have a look at "quiesce database"
Reply With Quote
  #3 (permalink)  
Old 11-04-11, 10:03
aswe aswe is offline
Registered User
 
Join Date: Nov 2011
Posts: 2
Hi,

Thanks for answer.

I did

quiesce database dbs hold db1, db2, db3 for external dump
and when i type dump database db1 to "/path/to/dump/file" system returns that database is in quiesce mode and it cannot be dumped.

How to resolve this ?
Reply With Quote
  #4 (permalink)  
Old 11-07-11, 03:23
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
I believe you’ll have to use O/S commands to backup your database files for what you intend to achieve then invoke quiesce database release when done.
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

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